Skip to content

Commit

Permalink
Merge branch 'main' into function-like-pseudo-class
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Dec 30, 2024
2 parents 8b192c2 + 7798a1c commit fc53af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb"
},
"::after": {
"syntax": "/* CSS3 syntax */\n::after\n\n/* CSS2 syntax */\n:after",
"syntax": "::after",
"groups": [
"Pseudo-elements",
"Selectors"
Expand All @@ -902,7 +902,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
},
"::before": {
"syntax": "/* CSS3 syntax */\n::before\n\n/* CSS2 syntax */\n:before",
"syntax": "::before",
"groups": [
"Pseudo-elements",
"Selectors"
Expand Down Expand Up @@ -945,7 +945,7 @@
"status": "standard"
},
"::first-letter": {
"syntax": "/* CSS3 syntax */\n::first-letter\n\n/* CSS2 syntax */\n:first-letter",
"syntax": "::first-letter",
"groups": [
"Pseudo-elements",
"Selectors"
Expand All @@ -954,7 +954,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
},
"::first-line": {
"syntax": "/* CSS3 syntax */\n::first-line\n\n/* CSS2 syntax */\n:first-line",
"syntax": "::first-line",
"groups": [
"Pseudo-elements",
"Selectors"
Expand Down

0 comments on commit fc53af4

Please sign in to comment.