From 1ddb1319a9643c091ecafcfcbc80ce06a3b8c272 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Fri, 17 May 2024 09:27:11 -0700 Subject: [PATCH] [css-animations-2] Fix custom-ident to dashed-ident for animation-timeline In #8746 it was resolved to switch from `` to `` for timeline names, and this was done in the grammar in 9f39808. However, further down in the spec, it still shows `` --- css-animations-2/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-animations-2/Overview.bs b/css-animations-2/Overview.bs index 5e3d2f30516..785f2234380 100644 --- a/css-animations-2/Overview.bs +++ b/css-animations-2/Overview.bs @@ -654,7 +654,7 @@ the following effects: : none :: The animation is not associated with a [=timeline=]. -: <> +: <> :: If a named [=scroll progress timeline=] or [=view progress timeline=] is in scope on this element, use the referenced timeline