From e6ee80f716c20939286fcb67d6f3bf8c6e990443 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:31:30 +0800 Subject: [PATCH] chore(css): remove CSS Miscellaneous group --- css/definitions.json | 1 - css/functions.json | 12 ++++++------ css/properties.json | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/css/definitions.json b/css/definitions.json index 4294a95d..1279b32e 100644 --- a/css/definitions.json +++ b/css/definitions.json @@ -34,7 +34,6 @@ "CSS Lists and Counters", "CSS Logical Properties", "CSS Masking", - "CSS Miscellaneous", "CSS Motion Path", "CSS Namespaces", "CSS Overflow", diff --git a/css/functions.json b/css/functions.json index fa4a71c6..9af5b774 100644 --- a/css/functions.json +++ b/css/functions.json @@ -191,7 +191,7 @@ "element()": { "syntax": "element( )", "groups": [ - "CSS Miscellaneous" + "CSS Images" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element" @@ -340,9 +340,9 @@ "leader()": { "syntax": "leader( )", "groups": [ - "CSS Miscellaneous" + "CSS Generated Content" ], - "status": "nonstandard" + "status": "standard" }, "light-dark()": { "syntax": "light-dark( , )", @@ -758,9 +758,9 @@ "target-text()": { "syntax": "target-text( [ | ] , [ content | before | after | first-letter ]? )", "groups": [ - "CSS Miscellaneous" + "CSS Generated Content" ], - "status": "nonstandard" + "status": "standard" }, "translate()": { "syntax": "translate( , ? )", @@ -805,7 +805,7 @@ "var()": { "syntax": "var( , ? )", "groups": [ - "CSS Miscellaneous" + "CSS Variables" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var" diff --git a/css/properties.json b/css/properties.json index ebba0bdf..e4a97439 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1724,7 +1724,7 @@ "animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection", "percentages": "no", "groups": [ - "CSS Miscellaneous" + "CSS Cascading and Inheritance" ], "initial": "noPracticalInitialValue", "appliesto": "allElements", @@ -10058,7 +10058,7 @@ "animationType": "discrete", "percentages": "no", "groups": [ - "CSS Miscellaneous" + "Scalable Vector Graphics" ], "initial": "auto", "appliesto": "textElements",