Closed
Bug 1860661
Opened 2 years ago
Closed 2 years ago
[css-color] `none` values should be used as 0 during conversion.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: tlouw, Assigned: tlouw)
Details
Attachments
(1 file)
Currently in this wpt test:
there is an assertion that color-mix(in hsl, hsl(none none none), hsl(none none none)) serialized to color(srgb none none none), which is incorrect.
During conversion the none values should be dealt with as 0's, so the resulting serialization should be color(srgb 0 0 0)
| Assignee | ||
Comment 1•2 years ago
|
||
This fixes a test where serializing none values should be treated as
0 for hsl and hwb.
Updated•2 years ago
|
Assignee: nobody → tlouw
Status: NEW → ASSIGNED
Pushed by tlouw@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ff1ceab2635
none values should be treated as 0 during conversion r=jwatt
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/42707 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•