File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -548,21 +548,23 @@ with the timelines matched up with animations as described
548
548
Each value has type <<single-animation-timeline>>, whose possible values have
549
549
the following effects:
550
550
551
- : <dfn for="<single-animation-timeline>" dfn-type=value>auto</dfn>
551
+ <dl dfn-for="animation-timeline,<single-animation-timeline>" dfn-type=value>
552
+ : <dfn>auto</dfn>
552
553
:: The animation's [=timeline=] is a {{DocumentTimeline}}, more specifically
553
554
the <a>default document timeline</a>.
554
555
555
- : <dfn for="<single-animation-timeline>" dfn-type=value >none</dfn>
556
+ : <dfn>none</dfn>
556
557
:: The animation is not associated with a [=timeline=].
557
558
558
- : <dfn>< timeline-name></dfn>
559
+ : <dfn><< timeline-name> ></dfn>
559
560
:: Find the last timeline at-rule in document order with its name matching
560
561
<<timeline-name>>. If such a timeline at-rule exists, then the animation's
561
562
[=timeline=] is a timeline as defined by that rule. Otherwise the animation
562
563
is not associated with a [=timeline=].
563
564
<pre class=prod>
564
- < timeline-name> = <<custom-ident>> | <<string>>
565
+ << timeline-name> > = <<custom-ident>> | <<string>>
565
566
</pre>
567
+ </dl>
566
568
567
569
568
570
Issue: Make it easier to use 'animation-name' to select the timeline when
You can’t perform that action at this time.
0 commit comments