Skip to content

Commit 51bc1df

Browse files
committed
Mark counter-increment and counter-reset as supported
Signed-off-by: Nico Burns <[email protected]>
1 parent b3e68f9 commit 51bc1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/css-property-groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
"entries": [
270270
{ "name": "list-style-type", "status": "Yes" },
271271
{ "name": "list-style-position", "status": "Yes" },
272-
{ "name": "counter-increment", "status": "No" },
273-
{ "name": "counter-reset", "status": "No" }
272+
{ "name": "counter-increment", "status": "Yes" },
273+
{ "name": "counter-reset", "status": "Yes" }
274274
]
275275
},
276276
{

0 commit comments

Comments
 (0)