Skip to content

Commit

Permalink
feat(css): Update group value for CSS Lists and Counters group (#898)
Browse files Browse the repository at this point in the history
Update group value for CSS Lists and Counters group
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent 34b32b1 commit 0cd5a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4499,7 +4499,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Counter Styles"
"CSS Lists and Counters"
],
"initial": "none",
"appliesto": "allElements",
Expand All @@ -4515,7 +4515,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Counter Styles"
"CSS Lists and Counters"
],
"initial": "none",
"appliesto": "allElements",
Expand All @@ -4531,7 +4531,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Counter Styles"
"CSS Lists and Counters"
],
"initial": "none",
"appliesto": "allElements",
Expand Down
3 changes: 2 additions & 1 deletion css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,8 @@
"syntax": "::marker",
"groups": [
"Pseudo-elements",
"Selectors"
"Selectors",
"CSS Lists and Counters"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
Expand Down

0 comments on commit 0cd5a25

Please sign in to comment.