Skip to content

Commit 8d18474

Browse files
devongovettbirtles
authored andcommitted
[css-animations-2] Fix custom-ident to dashed-ident for animation-timeline
In w3c#8746 it was resolved to switch from `<custom-ident>` to `<dashed-ident>` for timeline names, and this was done in the grammar in 9f39808. However, further down in the spec, it still shows `<custom-ident>`
1 parent 62e119d commit 8d18474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ the following effects:
654654
: <dfn>none</dfn>
655655
:: The animation is not associated with a [=timeline=].
656656
657-
: <dfn><<custom-ident>></dfn>
657+
: <dfn><<dashed-ident>></dfn>
658658
:: If a named [=scroll progress timeline=] or [=view progress timeline=]
659659
is in scope on this element,
660660
use the referenced timeline

0 commit comments

Comments
 (0)