Skip to content

Commit

Permalink
feat(css): add missing pseudo classes [p-s] (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 2, 2025
1 parent 59d6142 commit 10e61fd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:playing"
},
":popover-open": {
"syntax": ":popover-open",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:popover-open"
},
":read-only": {
"syntax": ":read-only",
"groups": [
Expand Down Expand Up @@ -666,6 +675,33 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:scope"
},
":seeking": {
"syntax": ":seeking",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:seeking"
},
":stalled": {
"syntax": ":stalled",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:stalled"
},
":state()": {
"syntax": ":state( <custom-ident> )",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:state"
},
":target": {
"syntax": ":target",
"groups": [
Expand Down

0 comments on commit 10e61fd

Please sign in to comment.