diff --git a/css/definitions.json b/css/definitions.json index b329f7a5..c72888b4 100644 --- a/css/definitions.json +++ b/css/definitions.json @@ -17,6 +17,7 @@ "CSS Conditional Rules", "CSS Containment", "CSS Counter Styles", + "CSS Custom Properties for Cascading Variables", "CSS Device Adaptation", "CSS Display", "CSS Flexible Box Layout", @@ -33,7 +34,6 @@ "CSS Lists and Counters", "CSS Logical Properties", "CSS Masking", - "CSS Miscellaneous", "CSS Motion Path", "CSS Namespaces", "CSS Overflow", @@ -56,7 +56,6 @@ "CSS Transitions", "CSS Types", "CSS Units", - "CSS Variables", "CSS View Transitions", "CSS Will Change", "CSS Writing Modes", diff --git a/css/functions.json b/css/functions.json index 8725a8aa..3373b27b 100644 --- a/css/functions.json +++ b/css/functions.json @@ -197,7 +197,7 @@ "element()": { "syntax": "element( )", "groups": [ - "CSS Miscellaneous" + "CSS Images" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element" @@ -343,9 +343,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 Custom Properties for Cascading Variables" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var" diff --git a/css/properties.json b/css/properties.json index 18fea006..d13663b8 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6,7 +6,7 @@ "animationType": "discrete", "percentages": "no", "groups": [ - "CSS Variables" + "CSS Custom Properties for Cascading Variables" ], "initial": "seeProse", "appliesto": "allElements", @@ -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",