Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 13.0.3.
  • Loading branch information
reffy-bot committed Jun 3, 2023
1 parent 4a135ec commit 398d61d
Show file tree
Hide file tree
Showing 10 changed files with 1,361 additions and 420 deletions.
37 changes: 33 additions & 4 deletions tr/css/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@
"url": "https://www.w3.org/TR/css-animations-2/"
},
"properties": [
{
"name": "animation-duration",
"value": "[ auto | <time [0s,∞]> ]#",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "list, each item either a time or the keyword auto",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"values": [
{
"name": "auto",
"prose": "For time-driven animations, equivalent to 0s. For scroll-driven animations, equivalent to the duration necessary to fill the timeline in consideration of animation-range, animation-delay, and animation-iteration-count. See Scroll-driven Animations § 4.1 Finite Timeline Calculations.",
"type": "value",
"value": "auto"
},
{
"name": "<time [0s,∞]>",
"prose": "For time-driven animations, specifies the length of time that an animation takes to complete one cycle. A negative <time> is invalid. If the <time> is 0s, like the initial value, the keyframes of the animation have no effect, but the animation itself still occurs instantaneously. Specifically, start and end events are fired; if animation-fill-mode is set to backwards or both, the first frame of the animation, as defined by animation-direction, will be displayed during the animation-delay. After the animation-delay the last frame of the animation, as defined by animation-direction, will be displayed if animation-fill-mode is set to forwards or both. If animation-fill-mode is set to none the animation will have no visible effect. For scroll-driven animations, treated as auto.",
"type": "value",
"value": "<time [0s,∞]>"
}
],
"styleDeclaration": [
"animation-duration",
"animationDuration"
]
},
{
"name": "animation-composition",
"value": "<single-animation-composition>#",
Expand Down Expand Up @@ -62,27 +91,27 @@
},
{
"name": "<custom-ident>",
"prose": "If a named scroll progress timeline or view progress timeline is in scope on this element, use the referenced timeline as defined in Scroll-linked Animations § 4 Named Timeline Scoping. Otherwise the animation is not associated with a timeline.",
"prose": "If a named scroll progress timeline or view progress timeline is in scope on this element, use the referenced timeline as defined in Scroll-driven Animations § 4.2 Named Timeline Scoping and Lookup. Otherwise the animation is not associated with a timeline.",
"type": "value",
"value": "<custom-ident>"
},
{
"name": "<scroll()>",
"prose": "Use the scroll progress timeline indicated by the given scroll() function. See Scroll-linked Animations § 2.1.1 The scroll() notation.",
"prose": "Use the scroll progress timeline indicated by the given scroll() function. See Scroll-driven Animations § 2.2.1 The scroll() notation.",
"type": "value",
"value": "<scroll()>"
},
{
"name": "<view()>",
"prose": "Use the view progress timeline indicated by the given view() function. See Scroll-linked Animations § 3.2.1 The view() notation.",
"prose": "Use the view progress timeline indicated by the given view() function. See Scroll-driven Animations § 3.3.1 The view() notation.",
"type": "value",
"value": "<view()>"
}
]
},
{
"name": "<single-animation>",
"value": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>",
"value": "<'animation-duration'> || <easing-function> || <'animation-delay'> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>",
"type": "type"
}
]
Expand Down
109 changes: 102 additions & 7 deletions tr/dfns/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,101 @@
},
"definedIn": "prose"
},
{
"id": "specified-keyframe-order",
"href": "https://www.w3.org/TR/css-animations-2/#specified-keyframe-order",
"linkingText": [
"specified keyframe order"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "keyframe-processing",
"href": "https://www.w3.org/TR/css-animations-2/#keyframe-processing",
"title": "Processing Keyframes",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "computed-keyframe-order",
"href": "https://www.w3.org/TR/css-animations-2/#computed-keyframe-order",
"linkingText": [
"computed keyframe order"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-animations-2/#title",
"title": "CSS Animations Level 2"
},
"definedIn": "prose"
},
{
"id": "used-keyframe-order",
"href": "https://www.w3.org/TR/css-animations-2/#used-keyframe-order",
"linkingText": [
"used keyframe order"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/css-animations-2/#title",
"title": "CSS Animations Level 2"
},
"definedIn": "prose"
},
{
"id": "propdef-animation-duration",
"href": "https://www.w3.org/TR/css-animations-2/#propdef-animation-duration",
"linkingText": [
"animation-duration"
],
"localLinkingText": [],
"type": "property",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "animation-duration",
"href": "https://www.w3.org/TR/css-animations-2/#animation-duration",
"title": "The animation-duration property",
"number": "4.1"
},
"definedIn": "table"
},
{
"id": "valdef-animation-duration-auto",
"href": "https://www.w3.org/TR/css-animations-2/#valdef-animation-duration-auto",
"linkingText": [
"auto"
],
"localLinkingText": [],
"type": "value",
"for": [
"animation-duration"
],
"access": "public",
"informative": false,
"heading": {
"id": "animation-duration",
"href": "https://www.w3.org/TR/css-animations-2/#animation-duration",
"title": "The animation-duration property",
"number": "4.1"
},
"definedIn": "dt"
},
{
"id": "propdef-animation-composition",
"href": "https://www.w3.org/TR/css-animations-2/#propdef-animation-composition",
Expand All @@ -38,7 +133,7 @@
"id": "animation-composition",
"href": "https://www.w3.org/TR/css-animations-2/#animation-composition",
"title": "The animation-composition property",
"number": "3.8"
"number": "4.8"
},
"definedIn": "table"
},
Expand All @@ -57,7 +152,7 @@
"id": "animation-composition",
"href": "https://www.w3.org/TR/css-animations-2/#animation-composition",
"title": "The animation-composition property",
"number": "3.8"
"number": "4.8"
},
"definedIn": "prose"
},
Expand All @@ -76,7 +171,7 @@
"id": "animation-timeline",
"href": "https://www.w3.org/TR/css-animations-2/#animation-timeline",
"title": "The animation-timeline property",
"number": "3.9"
"number": "4.9"
},
"definedIn": "table"
},
Expand All @@ -95,7 +190,7 @@
"id": "animation-timeline",
"href": "https://www.w3.org/TR/css-animations-2/#animation-timeline",
"title": "The animation-timeline property",
"number": "3.9"
"number": "4.9"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -156,7 +251,7 @@
"id": "animation-shorthand",
"href": "https://www.w3.org/TR/css-animations-2/#animation-shorthand",
"title": "The animation shorthand property",
"number": "3.10"
"number": "4.10"
},
"definedIn": "prose"
},
Expand All @@ -175,7 +270,7 @@
"id": "event-dispatch",
"href": "https://www.w3.org/TR/css-animations-2/#event-dispatch",
"title": "Event dispatch",
"number": "4.1"
"number": "5.1"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -230,7 +325,7 @@
"id": "the-CSSAnimation-interface",
"href": "https://www.w3.org/TR/css-animations-2/#the-CSSAnimation-interface",
"title": "The CSSAnimation interface",
"number": "5.1"
"number": "6.1"
},
"definedIn": "pre"
},
Expand Down
Loading

0 comments on commit 398d61d

Please sign in to comment.