File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments