Skip to content

Commit

Permalink
feat(css): add missing pseudo classes [h-m] (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 2, 2025
1 parent 7a57280 commit 59d6142
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,24 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has"
},
":has-slotted": {
"syntax": ":has-slotted",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
},
":host": {
"syntax": ":host",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host"
},
":host()": {
"syntax": ":host( <compound-selector> )",
"groups": [
Expand Down Expand Up @@ -457,6 +475,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:modal"
},
":muted": {
"syntax": ":muted",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:muted"
},
":not()": {
"syntax": ":not( <complex-selector-list> )",
"groups": [
Expand Down

0 comments on commit 59d6142

Please sign in to comment.