Skip to content

Commit

Permalink
Remove css.types.color.color-contrast (#25305)
Browse files Browse the repository at this point in the history
* Remove spec from color-contrast, mark as non-standard track

* Remove css.types.color.color-contrast
  • Loading branch information
jamesnw authored Dec 10, 2024
1 parent 57f03e8 commit a41046f
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions css/types/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,48 +171,6 @@
}
}
},
"color-contrast": {
"__compat": {
"description": "`color-contrast()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value",
"spec_url": "https://drafts.csswg.org/css-color-6/#colorcontrast",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "15",
"flags": [
{
"type": "preference",
"name": "CSS color-contrast()"
}
]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"color-mix": {
"__compat": {
"description": "`color-mix()`",
Expand Down

0 comments on commit a41046f

Please sign in to comment.