Skip to content

Commit

Permalink
FF114 @import supports() is implemented (#19863)
Browse files Browse the repository at this point in the history
* Fix up supports statement

* Update css/at-rules/import.json

* Update css/at-rules/import.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
hamishwillee and queengooborg committed May 19, 2023
1 parent ff15f92 commit 9c180fd
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions css/at-rules/import.json
Expand Up @@ -75,6 +75,52 @@
"deprecated": false
}
}
},
"supports": {
"__compat": {
"description": "<code>supports() as import condition</code>",
"spec_url": "https://drafts.csswg.org/css-cascade-5/#typedef-import-conditions",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "preview"
},
{
"version_added": "114",
"flags": [
{
"type": "preference",
"name": "layout.css.import-supports.enabled",
"value_to_set": "true"
}
]
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 9c180fd

Please sign in to comment.