Skip to content

Commit a37af7e

Browse files
committed
[css-animations-2] Bikeshed fixup
1 parent 6c958c3 commit a37af7e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css-animations-2/Overview.bs

+6-4
Original file line numberDiff line numberDiff line change
@@ -548,21 +548,23 @@ with the timelines matched up with animations as described
548548
Each value has type <<single-animation-timeline>>, whose possible values have
549549
the following effects:
550550
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>
552553
:: The animation's [=timeline=] is a {{DocumentTimeline}}, more specifically
553554
the <a>default document timeline</a>.
554555
555-
: <dfn for="<single-animation-timeline>" dfn-type=value>none</dfn>
556+
: <dfn>none</dfn>
556557
:: The animation is not associated with a [=timeline=].
557558
558-
: <dfn>&lt;timeline-name></dfn>
559+
: <dfn><<timeline-name>></dfn>
559560
:: Find the last timeline at-rule in document order with its name matching
560561
<<timeline-name>>. If such a timeline at-rule exists, then the animation's
561562
[=timeline=] is a timeline as defined by that rule. Otherwise the animation
562563
is not associated with a [=timeline=].
563564
<pre class=prod>
564-
&lt;timeline-name> = <<custom-ident>> | <<string>>
565+
<<timeline-name>> = <<custom-ident>> | <<string>>
565566
</pre>
567+
</dl>
566568
567569
568570
Issue: Make it easier to use 'animation-name' to select the timeline when

0 commit comments

Comments
 (0)