Skip to content

Commit

Permalink
feat(css): add missing pseudo classes [a-c] (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 2, 2025
1 parent 8d17ec8 commit 7a57280
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active"
},
":active-view-transition": {
"syntax": ":active-view-transition",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard"
},
":active-view-transition-type()": {
"syntax": ":active-view-transition-type( <custom-ident># )",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard"
},
":any-link": {
"syntax": ":any-link",
"groups": [
Expand All @@ -134,6 +150,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"
},
":autofill": {
"syntax": ":autofill",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:autofill"
},
":blank": {
"syntax": ":blank",
"groups": [
Expand All @@ -143,6 +168,15 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
},
":buffering": {
"syntax": ":buffering",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:buffering"
},
":checked": {
"syntax": ":checked",
"groups": [
Expand Down

0 comments on commit 7a57280

Please sign in to comment.