Skip to content

Commit 36667bb

Browse files
authored
De-standardize :closed pseudo-class (#27638)
This was dropped from the specification. Developers shouldn't use it and it has unshipped from all browsers anyway. w3c/csswg-drafts#11326
1 parent e0c83b3 commit 36667bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css/selectors/closed.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"closed": {
55
"__compat": {
66
"description": "`:closed`",
7-
"spec_url": "https://drafts.csswg.org/selectors-4/#open-state",
87
"tags": [
98
"web-features:open-closed"
109
],
@@ -33,9 +32,9 @@
3332
"webview_ios": "mirror"
3433
},
3534
"status": {
36-
"experimental": true,
37-
"standard_track": true,
38-
"deprecated": false
35+
"experimental": false,
36+
"standard_track": false,
37+
"deprecated": true
3938
}
4039
}
4140
}

0 commit comments

Comments
 (0)