Skip to content

Commit 2e6ee08

Browse files
feat(css): Add data for :open (#953)
feat(css): Add `:open`
1 parent ad5e352 commit 2e6ee08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/selectors.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,15 @@
569569
"status": "standard",
570570
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type"
571571
},
572+
":open": {
573+
"syntax": ":open",
574+
"groups": [
575+
"Pseudo-classes",
576+
"Selectors"
577+
],
578+
"status": "standard",
579+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:open"
580+
},
572581
":optional": {
573582
"syntax": ":optional",
574583
"groups": [

0 commit comments

Comments
 (0)