File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ spec: cssom-view-1; type: dfn;
336
336
337
337
<pre class='propdef'>
338
338
Name : scroll-timeline-name
339
- Value : none | <<dashed-ident>>#
339
+ Value : [ none | <<dashed-ident>> ] #
340
340
Initial : none
341
341
Applies to : all elements
342
342
Inherited : no
@@ -671,7 +671,7 @@ spec: cssom-view-1; type: dfn;
671
671
672
672
<pre class='propdef'>
673
673
Name : view-timeline-name
674
- Value : none | <<dashed-ident>>#
674
+ Value : [ none | <<dashed-ident>> ] #
675
675
Initial : none
676
676
Applies to : all elements
677
677
Inherited : no
@@ -1250,5 +1250,9 @@ spec: cssom-view-1; type: dfn;
1250
1250
Progress on an individual animation can now be retrieved using <code> Animation.progress</code>
1251
1251
(<a href="https://github.com/w3c/csswg-drafts/issues/8799">Issue 8799</a> )
1252
1252
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> )
1253
1257
1254
1258
See also <a href="https://www.w3.org/TR/2023/WD-scroll-animations-1-20230428/#changes">Earlier Changes</a> .
You can’t perform that action at this time.
0 commit comments