Skip to content

Commit

Permalink
Add light-dark() (#20935)
Browse files Browse the repository at this point in the history
* Add light-dark()

* Update css/types/color.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

* Update css/types/color.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
bramus and queengooborg authored Oct 12, 2023
1 parent 7981559 commit 1433ca2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions css/types/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,42 @@
}
}
},
"light-dark": {
"__compat": {
"description": "<code>light-dark()</code>",
"spec_url": "https://drafts.csswg.org/css-color-5/#light-dark",
"support": {
"chrome": {
"version_added": false,
"impl_url": "https://crbug.com/1490618"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "120"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/262914"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"named-color": {
"__compat": {
"description": "Named colors",
Expand Down

0 comments on commit 1433ca2

Please sign in to comment.