Skip to content

Commit 8a16393

Browse files
committed
[scroll-animations-1] Clarify "Computed value" of scroll-animation-name
The current text would suggest a grammar of `none | <dashed-ident>#`, but the grammar is actually `[none | <dashed-ident>]#`. We probably just forgot to update the text in the edit for #8843.
1 parent 35ca36d commit 8a16393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ spec:selectors-4; type:dfn; text:selector
527527
Initial: none
528528
Applies to: all elements
529529
Inherited: no
530-
Computed value: the keyword ''scroll-timeline-name/none'' or a list of [=CSS identifiers=]
530+
Computed value: list, each item either a [=CSS identifier=] or the keyword ''scroll-timeline-name/none''
531531
Animation type: not animatable
532532
</pre>
533533

0 commit comments

Comments
 (0)