Skip to content

Commit a4bb6db

Browse files
authored
[css-animations] Add missing numeric range (w3c#8569)
1 parent 344214d commit a4bb6db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ The 'animation' shorthand property</h3>
828828
Canonical order: per grammar
829829
</pre>
830830

831-
<span class=prod><dfn>&lt;single-animation></dfn> = <<time>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]</span>
831+
<span class=prod><dfn>&lt;single-animation></dfn> = <<time [0s,∞]>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]</span>
832832

833833
Note that order is important within each animation definition: the first value in each
834834
<<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration',

css-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ select keyframes and timeline if necessary.
638638
639639
The 'animation' shorthand property syntax is as follows:
640640
641-
<span class=prod><dfn>&lt;single-animation></dfn> = <<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>></span>
641+
<span class=prod><dfn>&lt;single-animation></dfn> = <<time [0s,∞]>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>></span>
642642
643643
644644

0 commit comments

Comments
 (0)