From dae681cf2ca3ad99b9a490f0cad396b3e8474f8d Mon Sep 17 00:00:00 2001 From: Jen Simmons <108474+jensimmons@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:05:37 -0400 Subject: [PATCH] Update css-relative-colors.json to reflect evolving support (#7086) * Update css-relative-colors.json to reflect evolving support * Update css-relative-colors.json --------- Co-authored-by: Alexis Deveria --- features-json/css-relative-colors.json | 109 +++++++++++++------------ 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/features-json/css-relative-colors.json b/features-json/css-relative-colors.json index ee33f28299..c8ad7e864b 100644 --- a/features-json/css-relative-colors.json +++ b/features-json/css-relative-colors.json @@ -1,6 +1,6 @@ { - "title":"CSS Relative colors", - "description":"The CSS Relative Color syntax allows a color to be defined relative to another color using the `from` keyword and optionally `calc()` for any of the color values.", + "title":"CSS Relative color syntax", + "description":"Relative color syntax in CSS allows a color to be defined relative to another color using the `from` keyword and optionally `calc()` for any of the color values.", "spec":"https://www.w3.org/TR/css-color-5/#relative-colors", "status":"wd", "links":[ @@ -84,14 +84,14 @@ "116":"n", "117":"n", "118":"n d #1", - "119":"y", - "120":"y", - "121":"y", - "122":"y", - "123":"y", - "124":"y", - "125":"y", - "126":"y" + "119":"a #2", + "120":"a #2", + "121":"a #2", + "122":"a #2", + "123":"a #2", + "124":"a #2", + "125":"a #2", + "126":"a #2" }, "firefox":{ "2":"n", @@ -222,9 +222,9 @@ "125":"n", "126":"n", "127":"n", - "128":"y", - "129":"y", - "130":"y" + "128":"a #2", + "129":"a #2", + "130":"a #2" }, "chrome":{ "4":"n", @@ -341,17 +341,17 @@ "116":"n", "117":"n", "118":"n d #1", - "119":"y", - "120":"y", - "121":"y", - "122":"y", - "123":"y", - "124":"y", - "125":"y", - "126":"y", - "127":"y", - "128":"y", - "129":"y" + "119":"a #2", + "120":"a #2", + "121":"a #2", + "122":"a #2", + "123":"a #2", + "124":"a #2", + "125":"a #2", + "126":"a #2", + "127":"a #2", + "128":"a #2", + "129":"a #2" }, "safari":{ "3.1":"n", @@ -386,16 +386,16 @@ "16.1":"n", "16.2":"n", "16.3":"n", - "16.4":"y", - "16.5":"y", - "16.6":"y", - "17.0":"y", - "17.1":"y", - "17.2":"y", - "17.3":"y", - "17.4":"y", - "17.5":"y", - "17.6":"y", + "16.4":"a #2", + "16.5":"a #2", + "16.6":"a #2", + "17.0":"a #2", + "17.1":"a #2", + "17.2":"a #2", + "17.3":"a #2", + "17.4":"a #2", + "17.5":"a #2", + "17.6":"a #2", "18.0":"y", "TP":"y" }, @@ -500,11 +500,11 @@ "103":"n", "104":"n d #1", "105":"n d #1", - "106":"y", - "107":"y", - "108":"y", - "109":"y", - "110":"y" + "106":"a #2", + "107":"a #2", + "108":"a #2", + "109":"a #2", + "110":"a #2" }, "ios_saf":{ "3.2":"n", @@ -538,16 +538,16 @@ "16.1":"n", "16.2":"n", "16.3":"n", - "16.4":"y", - "16.5":"y", - "16.6-16.7":"y", - "17.0":"y", - "17.1":"y", - "17.2":"y", - "17.3":"y", - "17.4":"y", - "17.5":"y", - "17.6":"y", + "16.4":"a #2", + "16.5":"a #2", + "16.6-16.7":"a #2", + "17.0":"a #2", + "17.1":"a #2", + "17.2":"a #2", + "17.3":"a #2", + "17.4":"a #2", + "17.5":"a #2", + "17.6":"a #2", "18.0":"y" }, "op_mini":{ @@ -563,7 +563,7 @@ "4.2-4.3":"n", "4.4":"n", "4.4.3-4.4.4":"n", - "126":"y" + "126":"a #2" }, "bb":{ "7":"n", @@ -576,10 +576,10 @@ "11.5":"n", "12":"n", "12.1":"n", - "80":"y" + "80":"a #2" }, "and_chr":{ - "126":"y" + "126":"a #2" }, "and_ff":{ "127":"n" @@ -613,7 +613,7 @@ "22":"n", "23":"n", "24":"n", - "25":"y" + "25":"a #2" }, "and_qq":{ "14.9":"n" @@ -628,7 +628,8 @@ }, "notes":"", "notes_by_num":{ - "1":"Can be enabled in Chrome via the `#enable-experimental-web-platform-features` flag in `chrome://flags`" + "1":"Can be enabled in Chrome via the `#enable-experimental-web-platform-features` flag in `chrome://flags`", + "2":"Does not support `currentcolor` or system color keywords" }, "usage_perc_y":85, "usage_perc_a":0,