Skip to content

Commit f07ca6a

Browse files
committed
[css-snappoints] Moving statement about non-definition of animations/physics to overview
1 parent bfab016 commit f07ca6a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-snappoints/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Overview {#overview}
194194
A scroll position that satisfies the specified alignment
195195
is a <a>snap position</a>.
196196

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+
197199
<a>Snap positions</a> must only affect the nearest ancestor
198200
(on the element's <a>containing block chain</a>)
199201
<a>scroll container</a>.
@@ -267,7 +269,7 @@ Scroll Snap Types: the 'scroll-snap-type' property {#scroll-snap-type}
267269
Animatable: no
268270
</pre>
269271

270-
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>.
271273

272274
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.
273275

0 commit comments

Comments
 (0)