Skip to content

Commit f9330aa

Browse files
authored
Update notes on relative colors (#2080)
1 parent 350974e commit f9330aa

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

features/relative-color.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@ description: "The `from` keyword for color functions (`color()`, `hsl()`, `oklch
33
spec: https://drafts.csswg.org/css-color-5/#relative-colors
44
group: css
55
caniuse: css-relative-colors
6-
# TODO: Revisit when this has shipped in Firefox if we should retroactively
7-
# claim partial support in Chrome and Safari for some versions. If so, also make
8-
# the same changes in caniuse.
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.
910
compat_features:
1011
# These are the only two features that don't use partial implementation for
1112
# some browser, so they can represent initial support for the feature.
1213
- css.types.color.lab.relative_syntax
1314
- css.types.color.oklab.relative_syntax
14-
# Partial implementation claims that need further research, see
15-
# https://github.com/mdn/browser-compat-data/issues/22961
1615
# - css.types.color.color.relative_syntax
1716
# - css.types.color.hsl.relative_syntax
1817
# - css.types.color.hwb.relative_syntax
1918
# - css.types.color.lch.relative_syntax
2019
# - css.types.color.oklch.relative_syntax
21-
# Seemingly incorrect notes, see
22-
# https://github.com/mdn/browser-compat-data/pull/22960
2320
# - css.types.color.rgb.relative_syntax
2421
# calc.color_component is tagged as `web-features:calc`, but should be moved here instead.
2522
#- css.types.calc.color_component

0 commit comments

Comments
 (0)