Skip to content

Commit

Permalink
feat(css): Add rest two standard selectors (#893)
Browse files Browse the repository at this point in the history
feat(css): Add rest standard selectors
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent d8fbd6a commit 510bd92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
},
"Nesting selector": {
"syntax": "A { &B { } }",
"groups": [
"Basic Selectors",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Nesting_selector"
},
"Selector list": {
"syntax": ",",
"groups": [
Expand Down Expand Up @@ -98,6 +107,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
},
"Namespace separator": {
"syntax": "A | B",
"groups": [
"Combinators",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Namespace_separator"
},
"Pseudo-classes": {
"syntax": ":",
"groups": [
Expand Down

0 comments on commit 510bd92

Please sign in to comment.