Skip to content

Commit 425f2f2

Browse files
committed
[css-animations-2] Mark up productions
1 parent ce8af98 commit 425f2f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-animations-2/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Animation type: not animatable
429429
Canonical order: per grammar
430430
</pre>
431431
432-
<dfn>&lt;single-animation-composition></dfn> = replace | add | accumulate
432+
<span class=prod><dfn>&lt;single-animation-composition></dfn> = replace | add | accumulate</span>
433433
434434
The values of 'animation-composition' have the meaning defined for the
435435
corresponding values of the <a>composite operation</a> defined in Web
@@ -525,7 +525,7 @@ Canonical order: per grammar
525525
Animatable: no
526526
</pre>
527527
528-
<pre>
528+
<pre class=prod>
529529
<dfn>&lt;single-animation-timeline></dfn> = auto | none | <<timeline-name>>
530530
</pre>
531531
@@ -550,7 +550,7 @@ the following effects:
550550
<<timeline-name>>. If such a timeline at-rule exists, then the animation's
551551
[=timeline=] is a timeline as defined by that rule. Otherwise the animation
552552
is not associated with a [=timeline=].
553-
<pre>
553+
<pre class=prod>
554554
&lt;timeline-name> = <<custom-ident>> | <<string>>
555555
</pre>
556556
@@ -567,7 +567,7 @@ select keyframes and timeline if necessary.
567567
568568
The 'animation' shorthand property syntax is as follows:
569569
570-
<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>>
570+
<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>
571571
572572
573573

0 commit comments

Comments
 (0)