Skip to content

Commit

Permalink
feat(css): add missing pseudo classes [v-x] (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 3, 2025
1 parent 10e61fd commit a8104c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
},
":volume-locked": {
"syntax": ":volume-locked",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:volume-locked"
},
":where()": {
"syntax": ":where( <complex-selector-list> )",
"groups": [
Expand All @@ -765,6 +774,14 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:where"
},
":xr-overlay": {
"syntax": ":xr-overlay",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental"
},
"::-ms-browse": {
"syntax": "::-ms-browse",
"groups": [
Expand Down

0 comments on commit a8104c4

Please sign in to comment.