Skip to content

Commit ce8af98

Browse files
committed
[css-animations-1] Mark up productions
1 parent 0a48945 commit ce8af98

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-animations-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ The 'animation-iteration-count' property</h3>
604604
Canonical order: per grammar
605605
</pre>
606606

607-
<dfn>&lt;single-animation-iteration-count></dfn> = infinite | <<number>>
607+
<span class=prod><dfn>&lt;single-animation-iteration-count></dfn> = infinite | <<number>></span>
608608

609609
<dl dfn-type=value dfn-for=animation-iteration-count>
610610
<dt><dfn>infinite</dfn>
@@ -646,7 +646,7 @@ The 'animation-direction' property</h3>
646646
Canonical order: per grammar
647647
</pre>
648648

649-
<dfn>&lt;single-animation-direction></dfn> = normal | reverse | alternate | alternate-reverse
649+
<span class=prod><dfn>&lt;single-animation-direction></dfn> = normal | reverse | alternate | alternate-reverse</span>
650650

651651
<dl dfn-type=value dfn-for=animation-direction>
652652
<dt><dfn>normal</dfn>
@@ -692,7 +692,7 @@ The 'animation-play-state' property</h3>
692692
Canonical order: per grammar
693693
</pre>
694694

695-
<dfn>&lt;single-animation-play-state></dfn> = running | paused
695+
<span class=prod><dfn>&lt;single-animation-play-state></dfn> = running | paused</span>
696696

697697
<dl dfn-type=value dfn-for=animation-play-state>
698698
<dt><dfn>running</dfn>
@@ -774,7 +774,7 @@ The 'animation-fill-mode' property</h3>
774774
Canonical order: per grammar
775775
</pre>
776776

777-
<dfn>&lt;single-animation-fill-mode></dfn> = none | forwards | backwards | both
777+
<span class=prod><dfn>&lt;single-animation-fill-mode></dfn> = none | forwards | backwards | both</span>
778778

779779
<dl dfn-type=value dfn-for=animation-fill-mode>
780780
<dt><dfn>none</dfn>
@@ -824,7 +824,7 @@ The 'animation' shorthand property</h3>
824824
Canonical order: per grammar
825825
</pre>
826826

827-
<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>> ]
827+
<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>
828828

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

0 commit comments

Comments
 (0)