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
Copy file name to clipboardExpand all lines: css-snappoints/Overview.bs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,8 @@ Overview {#overview}
194
194
A scroll position that satisfies the specified alignment
195
195
is a <a>snap position</a>.
196
196
197
+
The CSS Scroll Snap Module intentionally does not specify nor mandate any precise animations or physics used in <a>snapping</a>; this is left up to the user agent.
198
+
197
199
<a>Snap positions</a> must only affect the nearest ancestor
The 'scroll-snap-type' property defines how strictly a <a>scroll container</a> should <a>snap</a>. It intentionally does not specify nor mandate any precise animations or physics used in <a>snapping</a>; this is left up to the user agent.
272
+
The 'scroll-snap-type' property defines how strictly a <a>scroll container</a> should <a>snap</a>.
271
273
272
274
Issue: <a href="https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html">Open issue</a> on whether to enhance the scroll-snap-type property for specifying the axis or adding a second property. We have <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">resolved</a> that this functionality be added once the issue is resolved.
0 commit comments