Skip to content

Commit 0cd5a25

Browse files
feat(css): Update group value for CSS Lists and Counters group (#898)
Update group value for CSS Lists and Counters group
1 parent 34b32b1 commit 0cd5a25

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

css/properties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4499,7 +4499,7 @@
44994499
"animationType": "byComputedValueType",
45004500
"percentages": "no",
45014501
"groups": [
4502-
"CSS Counter Styles"
4502+
"CSS Lists and Counters"
45034503
],
45044504
"initial": "none",
45054505
"appliesto": "allElements",
@@ -4515,7 +4515,7 @@
45154515
"animationType": "byComputedValueType",
45164516
"percentages": "no",
45174517
"groups": [
4518-
"CSS Counter Styles"
4518+
"CSS Lists and Counters"
45194519
],
45204520
"initial": "none",
45214521
"appliesto": "allElements",
@@ -4531,7 +4531,7 @@
45314531
"animationType": "byComputedValueType",
45324532
"percentages": "no",
45334533
"groups": [
4534-
"CSS Counter Styles"
4534+
"CSS Lists and Counters"
45354535
],
45364536
"initial": "none",
45374537
"appliesto": "allElements",

css/selectors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,8 @@
11361136
"syntax": "::marker",
11371137
"groups": [
11381138
"Pseudo-elements",
1139-
"Selectors"
1139+
"Selectors",
1140+
"CSS Lists and Counters"
11401141
],
11411142
"status": "standard",
11421143
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"

0 commit comments

Comments
 (0)