Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(css): Remove CSS Miscellaneous group & Rename CSS Variables group #882

Merged
merged 4 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading