Skip to content

Commit

Permalink
Update css-relative-colors.json to reflect evolving support (#7086)
Browse files Browse the repository at this point in the history
* Update css-relative-colors.json to reflect evolving support

* Update css-relative-colors.json

---------

Co-authored-by: Alexis Deveria <adeveria@gmail.com>
  • Loading branch information
jensimmons and Fyrd committed Jun 30, 2024
1 parent fc9c5f3 commit dae681c
Showing 1 changed file with 55 additions and 54 deletions.
109 changes: 55 additions & 54 deletions features-json/css-relative-colors.json
Original file line number Diff line number Diff line change
@@ -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":[
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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":{
Expand All @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -613,7 +613,7 @@
"22":"n",
"23":"n",
"24":"n",
"25":"y"
"25":"a #2"
},
"and_qq":{
"14.9":"n"
Expand All @@ -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,
Expand Down

0 comments on commit dae681c

Please sign in to comment.