@@ -3,20 +3,13 @@ description: "The `from` keyword for color functions (`color()`, `hsl()`, `oklch
33spec : https://drafts.csswg.org/css-color-5/#relative-colors
44group : css
55caniuse : css-relative-colors
6- # TODO: Sort out support with https://github.com/mdn/browser-compat-data/issues/24528
7- # Support for Relative colors in Chromium 119, Safari 16.4, Firefox 128.
8- # Support for currentColor in relative colors in Chromium 131, Safari 16.4, Firefox 133.
9- # We don't need separate features, but should pin the feature on one of those.
106compat_features :
11- # These are the only two features that don't use partial implementation for
12- # some browser, so they can represent initial support for the feature.
137 - css.types.color.lab.relative_syntax
148 - css.types.color.oklab.relative_syntax
15- # - css.types.color.color.relative_syntax
16- # - css.types.color.hsl.relative_syntax
17- # - css.types.color.hwb.relative_syntax
18- # - css.types.color.lch.relative_syntax
19- # - css.types.color.oklch.relative_syntax
20- # - css.types.color.rgb.relative_syntax
21- # calc.color_component is tagged as `web-features:calc`, but should be moved here instead.
22- # - css.types.calc.color_component
9+ - css.types.color.color.relative_syntax
10+ - css.types.color.hsl.relative_syntax
11+ - css.types.color.hwb.relative_syntax
12+ - css.types.color.lch.relative_syntax
13+ - css.types.color.oklch.relative_syntax
14+ - css.types.color.rgb.relative_syntax
15+ - css.types.calc.color_component
0 commit comments