diff --git a/css/definitions.json b/css/definitions.json index bfcbfb17..89a79bff 100644 --- a/css/definitions.json +++ b/css/definitions.json @@ -58,6 +58,7 @@ "CSS Transitions", "CSS Types", "CSS Units", + "CSS Values and Units", "CSS View Transitions", "CSS Viewport", "CSS Will Change", diff --git a/css/functions.json b/css/functions.json index 83f7cf00..b8c0dad0 100644 --- a/css/functions.json +++ b/css/functions.json @@ -63,7 +63,7 @@ "attr()": { "syntax": "attr( ? [, ]? )", "groups": [ - "CSS Generated Content" + "CSS Values and Units" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr" @@ -346,7 +346,7 @@ "groups": [ "CSS Generated Content" ], - "status": "standard" + "status": "experimental" }, "light-dark()": { "syntax": "light-dark( , )", @@ -760,23 +760,23 @@ "target-counter()": { "syntax": "target-counter( [ | ] , , ? )", "groups": [ - "CSS Lists and Counters" + "CSS Generated Content" ], - "status": "nonstandard" + "status": "experimental" }, "target-counters()": { "syntax": "target-counters( [ | ] , , , ? )", "groups": [ - "CSS Lists and Counters" + "CSS Generated Content" ], - "status": "nonstandard" + "status": "experimental" }, "target-text()": { "syntax": "target-text( [ | ] , [ content | before | after | first-letter ]? )", "groups": [ "CSS Generated Content" ], - "status": "standard" + "status": "experimental" }, "translate()": { "syntax": "translate( , ? )",