Skip to content

Commit

Permalink
chore(css): Remove CSS Miscellaneous group & Rename CSS Variables gro…
Browse files Browse the repository at this point in the history
…up (#882)

* chore(css): remove CSS Miscellaneous group

* rename CSS Variables to CSS Custom Properties for Cascading Variables

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 16, 2025
1 parent 9376284 commit 5edb039
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -33,7 +34,6 @@
"CSS Lists and Counters",
"CSS Logical Properties",
"CSS Masking",
"CSS Miscellaneous",
"CSS Motion Path",
"CSS Namespaces",
"CSS Overflow",
Expand All @@ -56,7 +56,6 @@
"CSS Transitions",
"CSS Types",
"CSS Units",
"CSS Variables",
"CSS View Transitions",
"CSS Will Change",
"CSS Writing Modes",
Expand Down
12 changes: 6 additions & 6 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"element()": {
"syntax": "element( <id-selector> )",
"groups": [
"CSS Miscellaneous"
"CSS Images"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
Expand Down Expand Up @@ -343,9 +343,9 @@
"leader()": {
"syntax": "leader( <leader-type> )",
"groups": [
"CSS Miscellaneous"
"CSS Generated Content"
],
"status": "nonstandard"
"status": "standard"
},
"light-dark()": {
"syntax": "light-dark( <color>, <color> )",
Expand Down Expand Up @@ -758,9 +758,9 @@
"target-text()": {
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
"groups": [
"CSS Miscellaneous"
"CSS Generated Content"
],
"status": "nonstandard"
"status": "standard"
},
"translate()": {
"syntax": "translate( <length-percentage> , <length-percentage>? )",
Expand Down Expand Up @@ -805,7 +805,7 @@
"var()": {
"syntax": "var( <custom-property-name> , <declaration-value>? )",
"groups": [
"CSS Miscellaneous"
"CSS Custom Properties for Cascading Variables"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
Expand Down
6 changes: 3 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Variables"
"CSS Custom Properties for Cascading Variables"
],
"initial": "seeProse",
"appliesto": "allElements",
Expand Down Expand Up @@ -1724,7 +1724,7 @@
"animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
"percentages": "no",
"groups": [
"CSS Miscellaneous"
"CSS Cascading and Inheritance"
],
"initial": "noPracticalInitialValue",
"appliesto": "allElements",
Expand Down Expand Up @@ -10058,7 +10058,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Miscellaneous"
"Scalable Vector Graphics"
],
"initial": "auto",
"appliesto": "textElements",
Expand Down

0 comments on commit 5edb039

Please sign in to comment.