Skip to content

Commit 5e646d6

Browse files
andruudfantasai
authored andcommitted
[scroll-animations-1] Clarify "Computed value" of scroll/view-timeline-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 15749ef commit 5e646d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ spec:selectors-4; type:dfn; text:selector
545545
Initial: none
546546
Applies to: all elements
547547
Inherited: no
548-
Computed value: the keyword ''scroll-timeline-name/none'' or a list of [=CSS identifiers=]
548+
Computed value: list, each item either a [=CSS identifier=] or the keyword ''scroll-timeline-name/none''
549549
Animation type: not animatable
550550
</pre>
551551

@@ -991,7 +991,7 @@ spec:selectors-4; type:dfn; text:selector
991991
Initial: none
992992
Applies to: all elements
993993
Inherited: no
994-
Computed value: the keyword ''view-timeline-name/none'' or a list of [=CSS identifiers=]
994+
Computed value: list, each item either a [=CSS identifier=] or the keyword ''view-timeline-name/none''
995995
Animation type: not animatable
996996
</pre>
997997

0 commit comments

Comments
 (0)