Skip to content

Commit cb93c64

Browse files
committed
[css-animations-2] Fix animation-timeline computed value line
1 parent 91b5177 commit cb93c64

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-animations-2/Overview.bs

+7-3
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,13 @@ Initial: auto
617617
Applies to: all elements
618618
Inherited: no
619619
Percentages: N/A
620-
Computed value: list, each item either a case-sensitive [=css identifier=] or
621-
the keywords ''single-animation-timeline/none'',
622-
''single-animation-timeline/auto''.
620+
Computed value: list, each item either
621+
the keyword ''single-animation-timeline/none'',
622+
the keyword ''single-animation-timeline/auto'',
623+
a case-sensitive [=css identifier=],
624+
a computed ''scroll()'' function,
625+
or
626+
a computed ''view()'' function
623627
Canonical order: per grammar
624628
Animation Type: not animatable
625629
</pre>

0 commit comments

Comments
 (0)