Skip to content

Commit

Permalink
Update forced-colors Chrome version status (#9311)
Browse files Browse the repository at this point in the history
* Update forced-colors Chrome version status
* Remove experimental for the media feature
  • Loading branch information
dlibby- authored Mar 4, 2021
1 parent 365ee52 commit e331223
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
29 changes: 17 additions & 12 deletions css/at-rules/media.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,17 +611,22 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media/forced-colors",
"spec_url": "https://drafts.csswg.org/mediaqueries-5/#forced-colors",
"support": {
"chrome": {
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "#forced-colors",
"value_to_set": "Enabled"
}
],
"notes": "See <a href='https://crbug.com/970285'>bug 970285</a>."
},
"chrome": [
{
"version_added": "89"
},
{
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "#forced-colors",
"value_to_set": "Enabled"
}
],
"notes": "See <a href='https://crbug.com/970285'>bug 970285</a>."
}
],
"chrome_android": {
"version_added": false,
"notes": "See <a href='https://crbug.com/970285'>bug 970285</a>."
Expand Down Expand Up @@ -667,7 +672,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
27 changes: 16 additions & 11 deletions css/properties/forced-color-adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust",
"support": {
"chrome": {
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "forced-colors",
"value_to_set": "enabled"
}
]
},
"chrome": [
{
"version_added": "89"
},
{
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "forced-colors",
"value_to_set": "enabled"
}
]
}
],
"chrome_android": {
"version_added": false
},
Expand Down Expand Up @@ -52,7 +57,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit e331223

Please sign in to comment.