Skip to content

Commit 9521f10

Browse files
committed
[scroll-animations-1] Allow 'none' as part of the value list. #8843
1 parent 7c70c02 commit 9521f10

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ spec: cssom-view-1; type: dfn;
336336

337337
<pre class='propdef'>
338338
Name: scroll-timeline-name
339-
Value: none | <<dashed-ident>>#
339+
Value: [ none | <<dashed-ident>> ]#
340340
Initial: none
341341
Applies to: all elements
342342
Inherited: no
@@ -671,7 +671,7 @@ spec: cssom-view-1; type: dfn;
671671

672672
<pre class='propdef'>
673673
Name: view-timeline-name
674-
Value: none | <<dashed-ident>>#
674+
Value: [ none | <<dashed-ident>> ]#
675675
Initial: none
676676
Applies to: all elements
677677
Inherited: no
@@ -1250,5 +1250,9 @@ spec: cssom-view-1; type: dfn;
12501250
Progress on an individual animation can now be retrieved using <code>Animation.progress</code>
12511251
(<a href="https://github.com/w3c/csswg-drafts/issues/8799">Issue 8799</a>)
12521252
and other use cases are deferred to Level 2.
1253+
* Allow ''scroll-timeline-name/none'' to be used as part of the value list
1254+
for 'scroll-timeline-name' and 'view-timeline-name',
1255+
not just as an alternative to it.
1256+
(<a href="https://github.com/w3c/csswg-drafts/issues/8843">Issue 8843</a>)
12531257

12541258
See also <a href="https://www.w3.org/TR/2023/WD-scroll-animations-1-20230428/#changes">Earlier Changes</a>.

0 commit comments

Comments
 (0)