File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ Animation type: not animatable
429429Canonical order: per grammar
430430</pre>
431431
432- <dfn><single-animation-composition></dfn> = replace | add | accumulate
432+ <span class=prod>< dfn><single-animation-composition></dfn> = replace | add | accumulate</span>
433433
434434The values of 'animation-composition' have the meaning defined for the
435435corresponding values of the <a>composite operation</a> defined in Web
@@ -525,7 +525,7 @@ Canonical order: per grammar
525525Animatable: no
526526</pre>
527527
528- <pre>
528+ <pre class=prod >
529529<dfn><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 <timeline-name> = <<custom-ident>> | <<string>>
555555 </pre>
556556
@@ -567,7 +567,7 @@ select keyframes and timeline if necessary.
567567
568568The 'animation' shorthand property syntax is as follows:
569569
570- <dfn><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><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
You can’t perform that action at this time.
0 commit comments