Skip to content

Commit

Permalink
Update @import … supports() support (#22164)
Browse files Browse the repository at this point in the history
* Update `@import … supports()` support

* No longer experimental

* Update Chrome impl_url

* Mark Safari as experimental
  • Loading branch information
bramus authored Feb 13, 2024
1 parent eb96739 commit 4db79a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/at-rules/import.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"spec_url": "https://drafts.csswg.org/css-cascade-5/#typedef-import-conditions",
"support": {
"chrome": {
"version_added": false
"version_added": "122",
"impl_url": "https://crbug.com/40244647"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -100,14 +101,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 4db79a0

Please sign in to comment.