mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.99k stars 2k forks source link

css.types.color - Full support for relative colors in Chromium 125+ and Safari 18.0+ #24528

Open nilaallj opened 1 month ago

nilaallj commented 1 month ago

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?

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
jamesnw commented 3 weeks 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?