We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e94df commit c135b56Copy full SHA for c135b56
cssom-view-1/Overview.bs
@@ -1726,7 +1726,8 @@ Canonical Order: per grammar
1726
</pre>
1727
1728
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.
+when scrolling happens due to navigation, CSSOM scrolling APIs,
1730
+or scroll snapping operations not initiated by the user [[!CSS-SCROLL-SNAP-1]].
1731
Any other scrolls, e.g. those that are performed by the user, are not affected by this property.
1732
When this property is specified on the root element, it applies to the <a>viewport</a> instead.
1733
0 commit comments