Skip to content

Commit c57ee4f

Browse files
committed
[scroll-animations-1] Restrict scroll/view-timeline value reordering to avoid parse ambiguity #7626
1 parent a66ab2a commit c57ee4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ spec: cssom-view-1; type: dfn;
322322

323323
<pre class='propdef shorthand'>
324324
Name: scroll-timeline
325-
Value: [ <<'scroll-timeline-name'>> || <<'scroll-timeline-axis'>> ]#
325+
Value: [ <<'scroll-timeline-name'>> <<'scroll-timeline-axis'>>? ]#
326326
Applies to: [=scroll containers=]
327327
Inherited: no
328328
Animation type: not animatable
@@ -607,7 +607,7 @@ spec: cssom-view-1; type: dfn;
607607

608608
<pre class='propdef shorthand'>
609609
Name: view-timeline
610-
Value: [ <<'view-timeline-name'>> || <<'view-timeline-axis'>> ]#
610+
Value: [ <<'view-timeline-name'>> <<'view-timeline-axis'>>? ]#
611611
Applies to: all elements
612612
</pre>
613613

0 commit comments

Comments
 (0)