From a47e9c0f864b129af502afa8b5b57f2aea05919d Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:40:58 +0800 Subject: [PATCH] Update group value for CSS Lists and Counters group --- css/properties.json | 6 +++--- css/selectors.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/properties.json b/css/properties.json index 71fd3b7c..f712321f 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4494,7 +4494,7 @@ "animationType": "byComputedValueType", "percentages": "no", "groups": [ - "CSS Counter Styles" + "CSS Lists and Counters" ], "initial": "none", "appliesto": "allElements", @@ -4510,7 +4510,7 @@ "animationType": "byComputedValueType", "percentages": "no", "groups": [ - "CSS Counter Styles" + "CSS Lists and Counters" ], "initial": "none", "appliesto": "allElements", @@ -4526,7 +4526,7 @@ "animationType": "byComputedValueType", "percentages": "no", "groups": [ - "CSS Counter Styles" + "CSS Lists and Counters" ], "initial": "none", "appliesto": "allElements", diff --git a/css/selectors.json b/css/selectors.json index 51c283e5..81156909 100644 --- a/css/selectors.json +++ b/css/selectors.json @@ -1115,7 +1115,8 @@ "syntax": "::marker", "groups": [ "Pseudo-elements", - "Selectors" + "Selectors", + "CSS Lists and Counters" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"