You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-scroll-snap-1] Scroll by page should not skip over content.
As per w3c#10914 when selecting a snap point as a result of a scroll by page operation we should always select a snap position that is less than a page away if one exists.
if its nearest <a>scroll container</a> is a <a>scroll snap container</a>.
1091
1091
The user agent <em>may</em> also do this even when the <a>scroll container</a> has ''scroll-snap-type: none''.
1092
1092
1093
+
* If a scroll by page operation (e.g. Page down / Page up) is being performed,
1094
+
eligible <a>snap positions</a> that require scrolling less than or equal to the size of the <a>optimal viewing region</a> of the <a>scroll container</a>
1095
+
should be selected before any farther away, ignoring the starting <a>snap positions</a> so that progress is still made in the <a>intended direction</a>.
1096
+
1093
1097
<h4 id="multiple-aligned-snap-areas">Selecting between multiple aligned snap areas</h4>
0 commit comments