Skip to content

Commit

Permalink
chore(css): remove CSS Miscellaneous group
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Jan 8, 2025
1 parent 397906c commit e6ee80f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"CSS Lists and Counters",
"CSS Logical Properties",
"CSS Masking",
"CSS Miscellaneous",
"CSS Motion Path",
"CSS Namespaces",
"CSS Overflow",
Expand Down
12 changes: 6 additions & 6 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,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 @@ -340,9 +340,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 Variables"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
Expand Down
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
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 e6ee80f

Please sign in to comment.