Closed
Bug 1822041
Opened 2 years ago
Closed 2 years ago
color-mix() should take none values into account
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: tlouw, Assigned: tlouw)
References
Details
Attachments
(1 file)
Now that we have "none" values available when specifying colors, we can take them into account when doing color interpolation according to the spec:
| Assignee | ||
Comment 1•2 years ago
|
||
Now that the none keyword is available, we can take it into account when
interpolating colors following the rules from the spec here:
Updated•2 years ago
|
Assignee: nobody → tlouw
Attachment #9323196 -
Attachment description: WIP: Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers → Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Blocks: css-color-4
Updated•2 years ago
|
Attachment #9323196 -
Attachment description: Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers → WIP: Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers
Updated•2 years ago
|
Attachment #9323196 -
Attachment description: WIP: Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers → Bug 1822041 - Color interpolation takes none keyword into account r=emilio,#layout-reviewers
Pushed by tlouw@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59a2185eb929
Color interpolation takes none keyword into account r=emilio,layout-reviewers
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•