Skip to content
41 changes: 41 additions & 0 deletions css/types/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,47 @@
"standard_track": true,
"deprecated": false
}
},
"image": {
"__compat": {
"description": "`light-dark()` accepts `<image>` values based on the used color scheme.",
Comment on lines +939 to +941
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about keeping the desc shorter like we have on other property pages

Suggested change
"image": {
"__compat": {
"description": "`light-dark()` accepts `<image>` values based on the used color scheme.",
"image_value": {
"__compat": {
"description": "`<image>` values",

"spec_url": "https://drafts.csswg.org/css-color-5/#typedef-light-dark-image",
"support": {
"chrome": {
"version_added": "148",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
],
"impl_url": "https://crbug.com/491829958"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "150"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/309689"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"named-color": {
Expand Down
Loading