@@ -264,12 +264,6 @@ Scroll Snapping Rules: the 'scroll-snap-type' property {#snap-type}
264264 (e.g. content is added, moved, deleted, resized),
265265 the scroll offset may be modified to maintain this guarantee.
266266
267- * For <a>inertial scrolls</a> ,
268- if the inertia of the scroll would place the scrolling position near a <a>snap position</a>
269- (where "near" is user-agent defined),
270- the scroll's inertia must be adjusted to make the scrolling position exactly match the <a>snap position</a> instead.
271- * For <a>semantic scrolls</a> , TBD.
272-
273267 <dt> <dfn>mandatory</dfn>
274268 <dd>
275269 The visual viewport of this <a>scroll container</a>
@@ -282,16 +276,6 @@ Scroll Snapping Rules: the 'scroll-snap-type' property {#snap-type}
282276 (e.g. content is added, moved, deleted, resized),
283277 the scroll offset must be modified to maintain this guarantee.
284278
285- * For <a>inertial scrolls</a> ,
286- the scroll's landing position must be adjusted
287- to make the scrolling position exactly match the nearest <a>snap position</a>
288- that is in the direction of the inertia.
289-
290- (That is, if you scroll down with only a little inertia,
291- it can't snap back up,
292- even if the preceding snap position is closer than the next one.)
293- * For <a>semantic scrolls</a> , TBD.
294-
295279 <dt> <dfn>single</dfn>
296280 <dd>
297281 This keyword indicates that for <a>inertial scrolls</a> ,
0 commit comments