Skip to content

Commit 47eb7f6

Browse files
committed
[css-scroll-snap] Add issue reflecting remaining removals to be done per http://logs.csswg.org/irc.w3.org/css/2016-05-11/#e686263
1 parent c63a872 commit 47eb7f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-scroll-snap/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,11 @@ Types of Scrolling Methods {#scroll-types}
677677
defines a distinct category of scrolling,
678678
which can be treated slightly differently
679679

680+
Issue: The explicit and directional scrolling methods are resolved to be removed
681+
and replaced with a more precise definition of when an active scrolling operation
682+
is done and snapping occurs:
683+
<a href="http://logs.csswg.org/irc.w3.org/css/2016-05-11/#e686263">http://logs.csswg.org/irc.w3.org/css/2016-05-11/#e686263</a>
684+
680685
: <dfn export local-lt="explicit" lt="explicit scroll">explicit scrolling</dfn>
681686
:: A scroll is <a>explicit</a>
682687
if it has an intended end position,
@@ -828,8 +833,7 @@ Choosing Snap Positions {#choosing}
828833
from having difficult-to-understand effects
829834
on the scroll position,
830835
<a>snap positions</a> should be ignored if their elements are far outside of the “corridor”
831-
that the <a>snapport</a> defines as it moves through the <a>scrollable overlow region</a>
832-
during an <a>inertial scroll</a>,
836+
that the <a>snapport</a> defines as it moves through the <a>scrollable overlow region</a>,
833837
or a hypothetical “corridor” in the direction of a <a>directional scroll</a>,
834838
or the <a>snapport</a> after an <a>explicit scroll</a>.
835839

0 commit comments

Comments
 (0)