Skip to content

Commit c135b56

Browse files
committed
[cssom-view] Add script-triggered scroll-snap to list of scrolls affected by 'scroll-behavior'. w3c#4609
1 parent c6e94df commit c135b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cssom-view-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,8 @@ Canonical Order: per grammar
17261726
</pre>
17271727

17281728
The 'scroll-behavior' property specifies the scrolling behavior for a <a>scrolling box</a>,
1729-
when scrolling happens due to navigation or CSSOM scrolling APIs.
1729+
when scrolling happens due to navigation, CSSOM scrolling APIs,
1730+
or scroll snapping operations not initiated by the user [[!CSS-SCROLL-SNAP-1]].
17301731
Any other scrolls, e.g. those that are performed by the user, are not affected by this property.
17311732
When this property is specified on the root element, it applies to the <a>viewport</a> instead.
17321733

0 commit comments

Comments
 (0)