Open nilaallj opened 1 month ago
It appears that support for currentColor
in relative color lags other parts of the implementation. I think support looks something like this-
relative color support | currentColor support | |
---|---|---|
Chromium | 119 | 131 |
Firefox | 128 | 133 |
Safari | 16.4 | 18 |
I think we should either decide whether currentColor
support is necessary for reporting support for relative color, or perhaps it should be a behavioral key like css.types.color.hsl.relative_syntax.currentColor
?
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
hsl()
andhwb()
functions lacks info on full support.rgb()
,hsl()
,hwb()
,color()
,lch()
andoklch()
functions lacks info on full support.What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Did you test this? If so, how?
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
MDN metadata
MDN page report details
* Query: `css.types.color` * Report started: 2024-09-25T16:24:41.829Z