Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 2025

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at dc1612a.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

📦 Latest released @webref/css package was v8.0.0. Merging this pull request will release v8.0.1. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

🛈 The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -3525,154 +3525,18 @@
     {
       "name": "animation-trigger",
       "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger",
-      "initial": "see individual properties",
+      "initial": "none",
       "appliesTo": "all elements",
       "inherited": "no",
       "percentages": "N/A",
-      "computedValue": "see individual properties",
+      "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
       "styleDeclaration": [
         "animation-trigger",
         "animationTrigger"
       ],
-      "syntax": "<single-animation-trigger>#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-behavior",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-behavior",
-      "initial": "once",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "N/A",
-      "computedValue": "list, each item a keyword as specified",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-behavior",
-        "animationTriggerBehavior"
-      ],
-      "syntax": "<single-animation-trigger-behavior>#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-exit-range",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-exit-range",
-      "initial": "see individual properties",
-      "appliesTo": "see individual properties",
-      "inherited": "see individual properties",
-      "percentages": "see individual properties",
-      "computedValue": "see individual properties",
-      "animationType": "see individual properties",
-      "canonicalOrder": "per grammar",
-      "styleDeclaration": [
-        "animation-trigger-exit-range",
-        "animationTriggerExitRange"
-      ],
-      "syntax": "[ <'animation-trigger-exit-range-start'> <'animation-trigger-exit-range-end'>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-exit-range-end",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-exit-range-end",
-      "initial": "auto",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
-      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-exit-range-end",
-        "animationTriggerExitRangeEnd"
-      ],
-      "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-exit-range-start",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-exit-range-start",
-      "initial": "auto",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
-      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-exit-range-start",
-        "animationTriggerExitRangeStart"
-      ],
-      "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-range",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-range",
-      "initial": "see individual properties",
-      "appliesTo": "see individual properties",
-      "inherited": "see individual properties",
-      "percentages": "see individual properties",
-      "computedValue": "see individual properties",
-      "animationType": "see individual properties",
-      "canonicalOrder": "per grammar",
-      "styleDeclaration": [
-        "animation-trigger-range",
-        "animationTriggerRange"
-      ],
-      "syntax": "[ <'animation-trigger-range-start'> <'animation-trigger-range-end'>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-range-end",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-range-end",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
-      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-range-end",
-        "animationTriggerRangeEnd"
-      ],
-      "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-range-start",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-range-start",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
-      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-range-start",
-        "animationTriggerRangeStart"
-      ],
-      "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
-      "extended": []
-    },
-    {
-      "name": "animation-trigger-timeline",
-      "href": "https://drafts.csswg.org/css-animations-2/#propdef-animation-trigger-timeline",
-      "initial": "auto",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "N/A",
-      "computedValue": "list, each item either the keyword none, the keyword auto, a case-sensitive css identifier, a computed scroll() function, or a computed view() function",
-      "canonicalOrder": "per grammar",
-      "animationType": "not animatable",
-      "styleDeclaration": [
-        "animation-trigger-timeline",
-        "animationTriggerTimeline"
-      ],
-      "syntax": "<single-animation-timeline>#",
+      "syntax": "[ none | [ <dashed-ident> <animation-action>+ ]+ ]#",
       "extended": []
     },
     {
@@ -3747,14 +3611,14 @@
     },
     {
       "name": "background",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background",
       "initial": "see individual properties",
       "appliesTo": "all elements",
       "inherited": "no",
       "percentages": "see individual properties",
       "computedValue": "see individual properties",
-      "canonicalOrder": "per grammar",
       "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
       "styleDeclaration": [
         "background"
       ],
@@ -3763,7 +3627,7 @@
     },
     {
       "name": "background-attachment",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background-attachment",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-attachment",
       "initial": "scroll",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -3815,7 +3679,7 @@
     },
     {
       "name": "background-color",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background-color",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-color",
       "initial": "transparent",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -3832,7 +3696,7 @@
     },
     {
       "name": "background-image",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background-image",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-image",
       "initial": "none",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -3849,7 +3713,7 @@
     },
     {
       "name": "background-origin",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background-origin",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-origin",
       "initial": "padding-box",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -4044,7 +3908,7 @@
     },
     {
       "name": "background-size",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#propdef-background-size",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-background-size",
       "initial": "auto",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -4349,6 +4213,23 @@
       "extended": []
     },
     {
+      "name": "border-block-end-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-block-end-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-block-end-clip",
+        "borderBlockEndClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-block-end-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-block-end-color",
       "initial": "currentcolor",
@@ -4437,6 +4318,23 @@
       "extended": []
     },
     {
+      "name": "border-block-start-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-block-start-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-block-start-clip",
+        "borderBlockStartClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-block-start-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-block-start-color",
       "initial": "currentcolor",
@@ -4559,6 +4457,23 @@
       "extended": []
     },
     {
+      "name": "border-bottom-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-bottom-clip",
+        "borderBottomClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-bottom-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-bottom-color",
       "initial": "currentcolor",
@@ -4700,74 +4615,6 @@
       "extended": []
     },
     {
-      "name": "border-clip-bottom",
-      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-clip-bottom",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "refer to length of border-edge side",
-      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
-      "canonicalOrder": "per grammar",
-      "animationType": "by computed value",
-      "styleDeclaration": [
-        "border-clip-bottom",
-        "borderClipBottom"
-      ],
-      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
-      "extended": []
-    },
-    {
-      "name": "border-clip-left",
-      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-clip-left",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "refer to length of border-edge side",
-      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
-      "canonicalOrder": "per grammar",
-      "animationType": "by computed value",
-      "styleDeclaration": [
-        "border-clip-left",
-        "borderClipLeft"
-      ],
-      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
-      "extended": []
-    },
-    {
-      "name": "border-clip-right",
-      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-clip-right",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "refer to length of border-edge side",
-      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
-      "canonicalOrder": "per grammar",
-      "animationType": "by computed value",
-      "styleDeclaration": [
-        "border-clip-right",
-        "borderClipRight"
-      ],
-      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
-      "extended": []
-    },
-    {
-      "name": "border-clip-top",
-      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-clip-top",
-      "initial": "normal",
-      "appliesTo": "all elements",
-      "inherited": "no",
-      "percentages": "refer to length of border-edge side",
-      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
-      "canonicalOrder": "per grammar",
-      "animationType": "by computed value",
-      "styleDeclaration": [
-        "border-clip-top",
-        "borderClipTop"
-      ],
-      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
-      "extended": []
-    },
-    {
       "name": "border-collapse",
       "href": "https://drafts.csswg.org/css-tables-3/#propdef-border-collapse",
       "initial": "separate",
@@ -4991,6 +4838,23 @@
       "extended": []
     },
     {
+      "name": "border-inline-end-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-inline-end-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-inline-end-clip",
+        "borderInlineEndClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-inline-end-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-inline-end-color",
       "initial": "currentcolor",
@@ -5079,6 +4943,23 @@
       "extended": []
     },
     {
+      "name": "border-inline-start-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-inline-start-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-inline-start-clip",
+        "borderInlineStartClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-inline-start-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-inline-start-color",
       "initial": "currentcolor",
@@ -5201,6 +5082,23 @@
       "extended": []
     },
     {
+      "name": "border-left-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-left-clip",
+        "borderLeftClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-left-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-left-color",
       "initial": "currentcolor",
@@ -5323,6 +5221,23 @@
       "extended": []
     },
     {
+      "name": "border-right-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-right-clip",
+        "borderRightClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-right-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-right-color",
       "initial": "currentcolor",
@@ -5498,6 +5413,23 @@
       "extended": []
     },
     {
+      "name": "border-top-clip",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-clip",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "refer to length of border-edge side",
+      "computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value",
+      "styleDeclaration": [
+        "border-top-clip",
+        "borderTopClip"
+      ],
+      "syntax": "normal | [ <length-percentage [0,∞]> | <flex> ]+",
+      "extended": []
+    },
+    {
       "name": "border-top-color",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-border-top-color",
       "initial": "currentcolor",
@@ -7244,7 +7176,7 @@
       "styleDeclaration": [
         "cursor"
       ],
-      "syntax": "<cursor-image>#? <cursor-predefined>",
+      "syntax": "[<cursor-image>,]* <cursor-predefined>",
       "extended": []
     },
     {
@@ -7381,6 +7313,57 @@
       "extended": []
     },
     {
+      "name": "event-trigger",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-event-trigger",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "N/A",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "event-trigger",
+        "eventTrigger"
+      ],
+      "syntax": "none | [ <'event-trigger-name'> <'event-trigger-source'> ]#",
+      "extended": []
+    },
+    {
+      "name": "event-trigger-name",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-event-trigger-name",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "N/A",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "event-trigger-name",
+        "eventTriggerName"
+      ],
+      "syntax": "none | <dashed-ident>#",
+      "extended": []
+    },
+    {
+      "name": "event-trigger-source",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-event-trigger-source",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "N/A",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "event-trigger-source",
+        "eventTriggerSource"
+      ],
+      "syntax": "[ none | <event-trigger-event>+ [ / <event-trigger-event>+ ]? ]#",
+      "extended": []
+    },
+    {
       "name": "field-sizing",
       "href": "https://drafts.csswg.org/css-forms-1/#propdef-field-sizing",
       "initial": "fixed",
@@ -10828,7 +10811,7 @@
         "outline-color",
         "outlineColor"
       ],
-      "syntax": "auto | <color> | <image-1D>",
+      "syntax": "auto | <'border-top-color'>",
       "extended": []
     },
     {
@@ -14443,6 +14426,159 @@
       "extended": []
     },
     {
+      "name": "timeline-trigger",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger",
+      "initial": "see individual properties",
+      "appliesTo": "see individual properties",
+      "inherited": "see individual properties",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "styleDeclaration": [
+        "timeline-trigger",
+        "timelineTrigger"
+      ],
+      "syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-exit-range'> ]? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-exit-range",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-exit-range",
+      "initial": "see individual properties",
+      "appliesTo": "see individual properties",
+      "inherited": "see individual properties",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "styleDeclaration": [
+        "timeline-trigger-exit-range",
+        "timelineTriggerExitRange"
+      ],
+      "syntax": "[ <'timeline-trigger-exit-range-start'> <'timeline-trigger-exit-range-end'>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-exit-range-end",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-exit-range-end",
+      "initial": "auto",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
+      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-exit-range-end",
+        "timelineTriggerExitRangeEnd"
+      ],
+      "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-exit-range-start",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-exit-range-start",
+      "initial": "auto",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
+      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-exit-range-start",
+        "timelineTriggerExitRangeStart"
+      ],
+      "syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-name",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-name",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "N/A",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-name",
+        "timelineTriggerName"
+      ],
+      "syntax": "none | <dashed-ident>#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-range",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-range",
+      "initial": "see individual properties",
+      "appliesTo": "see individual properties",
+      "inherited": "see individual properties",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "styleDeclaration": [
+        "timeline-trigger-range",
+        "timelineTriggerRange"
+      ],
+      "syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-range-end",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-range-end",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
+      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-range-end",
+        "timelineTriggerRangeEnd"
+      ],
+      "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-range-start",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-range-start",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "relative to the specified named timeline range if one was specified, else to the entire timeline",
+      "computedValue": "list, each item either the keyword normal or a timeline range and progress percentage",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-range-start",
+        "timelineTriggerRangeStart"
+      ],
+      "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
+      "extended": []
+    },
+    {
+      "name": "timeline-trigger-source",
+      "href": "https://drafts.csswg.org/css-animations-2/#propdef-timeline-trigger-source",
+      "initial": "auto",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "N/A",
+      "computedValue": "list, each item either the keyword none, the keyword auto, a case-sensitive css identifier, a computed scroll() function, or a computed view() function",
+      "canonicalOrder": "per grammar",
+      "animationType": "not animatable",
+      "styleDeclaration": [
+        "timeline-trigger-source",
+        "timelineTriggerSource"
+      ],
+      "syntax": "<single-animation-timeline>#",
+      "extended": []
+    },
+    {
       "name": "top",
       "href": "https://drafts.csswg.org/css-position-3/#propdef-top",
       "initial": "auto",
@@ -15211,6 +15347,7 @@
       "percentages": "N/A",
       "computedValue": "as specified except for element’s whose float computed value is not none, in which case the computed value is auto.",
       "canonicalOrder": "per grammar",
+      "animationType": "discrete",
       "styleDeclaration": [
         "wrap-flow",
         "wrapFlow"
@@ -15244,6 +15381,7 @@
       "percentages": "N/A",
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
+      "animationType": "discrete",
       "styleDeclaration": [
         "wrap-through",
         "wrapThrough"
@@ -16520,6 +16658,12 @@
       "extended": []
     },
     {
+      "name": "animation-action",
+      "prose": "The possible <animation-action> values, and what effect they have in each animation state:",
+      "href": "https://drafts.csswg.org/css-animations-2/#typedef-animation-action",
+      "extended": []
+    },
+    {
       "name": "any-value",
       "prose": "The <any-value> production is identical to <declaration-value>, but also allows top-level <semicolon-token> tokens and <delim-token> tokens with a value of \"!\". It represents the entirety of what valid CSS can be in any context.",
       "href": "https://drafts.csswg.org/css-syntax-3/#typedef-any-value",
@@ -16539,7 +16683,7 @@
     },
     {
       "name": "attachment",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-attachment",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-attachment",
       "syntax": "scroll | fixed | local",
       "extended": []
     },
@@ -16683,14 +16827,14 @@
     },
     {
       "name": "bg-image",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-bg-image",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-image",
       "syntax": "<image> | none",
       "extended": []
     },
     {
       "name": "bg-layer",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-bg-layer",
-      "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box>",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-layer",
+      "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <bg-clip> || <visual-box>",
       "extended": []
     },
     {
@@ -16702,7 +16846,7 @@
     },
     {
       "name": "bg-size",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-bg-size",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-size",
       "syntax": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain",
       "extended": []
     },
@@ -17319,6 +17463,12 @@
       "extended": []
     },
     {
+      "name": "event-trigger-event",
+      "href": "https://drafts.csswg.org/css-animations-2/#typedef-event-trigger-event",
+      "syntax": "activate | click | touch | dblclick | keypress(<string>) | ...",
+      "extended": []
+    },
+    {
       "name": "explicit-track-list",
       "href": "https://drafts.csswg.org/css-grid-2/#typedef-explicit-track-list",
       "syntax": "[ <line-names>? <track-size> ]+ <line-names>?",
@@ -17357,8 +17507,8 @@
     },
     {
       "name": "final-bg-layer",
-      "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-final-bg-layer",
-      "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box> || <'background-color'>",
+      "href": "https://drafts.csswg.org/css-backgrounds-4/#typedef-final-bg-layer",
+      "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <bg-clip> || <visual-box> || <'background-color'>",
       "extended": []
     },
     {
@@ -18793,18 +18943,6 @@
       "extended": []
     },
     {
-      "name": "single-animation-trigger",
-      "href": "https://drafts.csswg.org/css-animations-2/#typedef-single-animation-trigger",
-      "syntax": "<single-animation-trigger-behavior> || [ none | auto | [ [ <dashed-ident> | <scroll()> | <view()> ] [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]{0,4} ] ]",
-      "extended": []
-    },
-    {
-      "name": "single-animation-trigger-behavior",
-      "href": "https://drafts.csswg.org/css-animations-2/#typedef-single-animation-trigger-behavior",
-      "syntax": "once | repeat | alternate | state",
-      "extended": []
-    },
-    {
       "name": "single-transition",
       "href": "https://drafts.csswg.org/css-transitions-2/#single-transition",
       "syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time> || <transition-behavior-value>",

@github-actions github-actions bot force-pushed the release-css-20251023065814524 branch 27 times, most recently from edece1c to d3b7e39 Compare October 30, 2025 00:59
@github-actions github-actions bot force-pushed the release-css-20251023065814524 branch 16 times, most recently from 09bdd2d to 5e99394 Compare November 3, 2025 00:59
@github-actions github-actions bot force-pushed the release-css-20251023065814524 branch from 5e99394 to eb3796f Compare November 3, 2025 06:50
@tidoust tidoust merged commit ec08f45 into main Nov 3, 2025
@tidoust tidoust deleted the release-css-20251023065814524 branch November 3, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants