Skip to content

Commit 8060a0a

Browse files
chore(css): Update for CSS Generated Content group (#890)
* feat(css): Update for CSS Generated Content group * Apply suggestions from code review
1 parent 4186fe3 commit 8060a0a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

css/definitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"CSS Transitions",
5959
"CSS Types",
6060
"CSS Units",
61+
"CSS Values and Units",
6162
"CSS View Transitions",
6263
"CSS Viewport",
6364
"CSS Will Change",

css/functions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"attr()": {
6464
"syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
6565
"groups": [
66-
"CSS Generated Content"
66+
"CSS Values and Units"
6767
],
6868
"status": "standard",
6969
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr"
@@ -346,7 +346,7 @@
346346
"groups": [
347347
"CSS Generated Content"
348348
],
349-
"status": "standard"
349+
"status": "experimental"
350350
},
351351
"light-dark()": {
352352
"syntax": "light-dark( <color>, <color> )",
@@ -760,23 +760,23 @@
760760
"target-counter()": {
761761
"syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )",
762762
"groups": [
763-
"CSS Lists and Counters"
763+
"CSS Generated Content"
764764
],
765-
"status": "nonstandard"
765+
"status": "experimental"
766766
},
767767
"target-counters()": {
768768
"syntax": "target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )",
769769
"groups": [
770-
"CSS Lists and Counters"
770+
"CSS Generated Content"
771771
],
772-
"status": "nonstandard"
772+
"status": "experimental"
773773
},
774774
"target-text()": {
775775
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
776776
"groups": [
777777
"CSS Generated Content"
778778
],
779-
"status": "standard"
779+
"status": "experimental"
780780
},
781781
"translate()": {
782782
"syntax": "translate( <length-percentage> , <length-percentage>? )",

0 commit comments

Comments
 (0)