Skip to content

Commit

Permalink
feat(css): add missing :modal pseudo-classes (#862)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <brian@smith.berlin>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 30, 2024
1 parent 97536bb commit 314b1ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,15 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:local-link"
},
":modal": {
"syntax": ":modal",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:modal"
},
":not": {
"syntax": ":not( <complex-selector-list> )",
"groups": [
Expand Down

0 comments on commit 314b1ce

Please sign in to comment.