Closed
Bug 1899009
Opened 1 year ago
Closed 5 months ago
[css-color] none used as components in relative color syntax (clarification)
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: tlouw, Unassigned)
References
(Blocks 1 open bug)
Details
When none is directly specified using the relative color syntax, what should the resulting value be? 0
or none
. Currently we set the value to none
, but wpt says it should be 0
.
Clarification with spec here: https://github.com/w3c/csswg-drafts/issues/10360
Comment 1•6 months ago
|
||
This seems like it was fixed. The spec issue was closed an the updated tests were committed to Firefox in bug 1922825
status-firefox133:
--- → fixed
Depends on: 1922825
Flags: needinfo?(tlouw)
See Also: → https://github.com/w3c/csswg-drafts/issues/10360
Target Milestone: --- → 133 Branch
Updated•5 months ago
|
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•