Skip to content

Commit

Permalink
feat(css): add missing pseudo elements (#868)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 3, 2025
1 parent f326618 commit 23379df
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,23 @@
],
"status": "standard"
},
"::details-content": {
"syntax": "::details-content",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental"
},
"::file-selector-button": {
"syntax": "::file-selector-button",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::file-selector-button"
},
"::first-letter": {
"syntax": "::first-letter",
"groups": [
Expand Down Expand Up @@ -1085,6 +1102,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
},
"::highlight()": {
"syntax": "::highlight( <custom-ident> )",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::highlight"
},
"::marker": {
"syntax": "::marker",
"groups": [
Expand Down

0 comments on commit 23379df

Please sign in to comment.