Skip to content

Commit 11a359c

Browse files
bsmthcaugner
andauthored
Firefox 142 treats & as :where(:scope) in @scope blocks (#27723)
* In Firefox, & inside at-scope blocks has no implicit specificity * Update css/selectors/nesting.json Co-authored-by: Claas Augner <[email protected]> --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 65e6749 commit 11a359c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

css/selectors/nesting.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,41 @@
5151
"standard_track": true,
5252
"deprecated": false
5353
}
54+
},
55+
"at-scope": {
56+
"__compat": {
57+
"description": "`&amp;` treated as `:where(:scope)` in `@scope` blocks",
58+
"tags": [
59+
"web-features:nesting"
60+
],
61+
"support": {
62+
"chrome": {
63+
"version_added": false
64+
},
65+
"chrome_android": "mirror",
66+
"edge": "mirror",
67+
"firefox": {
68+
"version_added": "142",
69+
"impl_url": "https://bugzil.la/1975531"
70+
},
71+
"firefox_android": "mirror",
72+
"oculus": "mirror",
73+
"opera": "mirror",
74+
"opera_android": "mirror",
75+
"safari": {
76+
"version_added": false
77+
},
78+
"safari_ios": "mirror",
79+
"samsunginternet_android": "mirror",
80+
"webview_android": "mirror",
81+
"webview_ios": "mirror"
82+
},
83+
"status": {
84+
"experimental": true,
85+
"standard_track": true,
86+
"deprecated": false
87+
}
88+
}
5489
}
5590
}
5691
}

0 commit comments

Comments
 (0)