Skip to content
Snippets Groups Projects
Commit a7a28cf7 authored by Tiaan Louw's avatar Tiaan Louw
Browse files

Bug 1813481 - Allow 'none' keyword in color components...

Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers

Make use of the new changes in the cssparser that allows 'none' keywords
in color components where allowed.  We store the none values as 0.0 (as
per the spec) and mark the components with the flags. This way we don't
have to check anything on the components before doing calculations.

As this is the last part intended to be released for the new [color-4]
changes, I've also enabled the changes on nightly.

Differential Revision: https://phabricator.services.mozilla.com/D170208
parent 6e6cfd14
No related branches found
No related tags found
No related merge requests found
Showing
with 554 additions and 760 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment