Skip to content

Commit 1b38af1

Browse files
tidoustbirtles
authored andcommitted
[css-animations-2] Fix value references to "<single-animation-timeline>"
Enclosing `<` and `>` characters cannot be omitted when referencing a `type` definition.
1 parent 8331918 commit 1b38af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@ 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+
: <dfn for="<single-animation-timeline>" dfn-type=value>auto</dfn>
552552
:: The animation's [=timeline=] is a {{DocumentTimeline}}, more specifically
553553
the <a>default document timeline</a>.
554554
555-
: <dfn for="single-animation-timeline" dfn-type=value>none</dfn>
555+
: <dfn for="<single-animation-timeline>" dfn-type=value>none</dfn>
556556
:: The animation is not associated with a [=timeline=].
557557
558558
: <dfn>&lt;timeline-name></dfn>

0 commit comments

Comments
 (0)