Skip to content

Commit 6202fd0

Browse files
committed
[css-scroll-snap] Remove inertial per resolution http://logs.csswg.org/irc.w3.org/css/2016-05-11/#e686263
1 parent 06fb597 commit 6202fd0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

css-scroll-snap/Overview.bs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -717,13 +717,8 @@ Types of Scrolling Methods {#scroll-types}
717717
* programmatically scrolling via APIs such as {{Window/scrollBy()}}
718718
</div>
719719

720-
This category includes <dfn lt="inertial scroll|inertial">inertial scrolling</dfn>,
721-
which are scroll gestures interpreted with momentum
722-
that carries the scroll beyond user's initial gesture,
723-
whose “intended” end position might be implicitly determined by the UA's scrolling physics,
724-
but whose effective distance is derived from the strength of the user's fling.
725-
The scroll position that an <a>inertial</a> scroll would naturally land on
726-
without further intervention is its <dfn noexport>natural end-point</dfn>.
720+
The intended end point of the scroll prior to intervention from features such
721+
as snap points is its <dfn noexport>natural end-point</dfn>.
727722

728723
: <dfn export local-lt="directional" lt="directional scroll">directional scrolling</dfn>
729724
:: A scroll is <a>directional</a> if it has an intended direction,

0 commit comments

Comments
 (0)