From 4c11d83cf316b3ddf03ed573c0e98a4f18d5777e Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Wed, 17 Dec 2025 13:28:53 +0100 Subject: [PATCH] [scroll-animations-1] Clarify "Computed value" of scroll/view-timeline-name The current text would suggest a grammar of `none | #`, but the grammar is actually `[none | ]#`. We probably just forgot to update the text in the edit for #8843. --- scroll-animations-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scroll-animations-1/Overview.bs b/scroll-animations-1/Overview.bs index d9ef7e4be89..1736f9ad71f 100644 --- a/scroll-animations-1/Overview.bs +++ b/scroll-animations-1/Overview.bs @@ -527,7 +527,7 @@ spec:selectors-4; type:dfn; text:selector Initial: none Applies to: all elements Inherited: no - Computed value: the keyword ''scroll-timeline-name/none'' or a list of [=CSS identifiers=] + Computed value: list, each item either a [=CSS identifier=] or the keyword ''scroll-timeline-name/none'' Animation type: not animatable @@ -964,7 +964,7 @@ spec:selectors-4; type:dfn; text:selector Initial: none Applies to: all elements Inherited: no - Computed value: the keyword ''view-timeline-name/none'' or a list of [=CSS identifiers=] + Computed value: list, each item either a [=CSS identifier=] or the keyword ''view-timeline-name/none'' Animation type: not animatable