Skip to content

Commit

Permalink
chore(css): Update for CSS Generated Content group (#890)
Browse files Browse the repository at this point in the history
* feat(css): Update for CSS Generated Content group

* Apply suggestions from code review
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent 4186fe3 commit 8060a0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"CSS Transitions",
"CSS Types",
"CSS Units",
"CSS Values and Units",
"CSS View Transitions",
"CSS Viewport",
"CSS Will Change",
Expand Down
14 changes: 7 additions & 7 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"attr()": {
"syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
"groups": [
"CSS Generated Content"
"CSS Values and Units"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr"
Expand Down Expand Up @@ -346,7 +346,7 @@
"groups": [
"CSS Generated Content"
],
"status": "standard"
"status": "experimental"
},
"light-dark()": {
"syntax": "light-dark( <color>, <color> )",
Expand Down Expand Up @@ -760,23 +760,23 @@
"target-counter()": {
"syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )",
"groups": [
"CSS Lists and Counters"
"CSS Generated Content"
],
"status": "nonstandard"
"status": "experimental"
},
"target-counters()": {
"syntax": "target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )",
"groups": [
"CSS Lists and Counters"
"CSS Generated Content"
],
"status": "nonstandard"
"status": "experimental"
},
"target-text()": {
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
"groups": [
"CSS Generated Content"
],
"status": "standard"
"status": "experimental"
},
"translate()": {
"syntax": "translate( <length-percentage> , <length-percentage>? )",
Expand Down

0 comments on commit 8060a0a

Please sign in to comment.