Skip to content

Commit 4f6d846

Browse files
authored
Include panning with and without momentum in relative scrolls (#13022)
1 parent ea30f32 commit 4f6d846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,6 @@ Types of Scrolling Methods {#scroll-types}
993993
<div class="example">
994994
Common examples of [=absolute scrolls=] include:
995995

996-
* a panning gesture,
997-
released without momentum
998996
* manipulating the scrollbar “thumb” explicitly
999997
* programmatically scrolling via APIs such as {{Window/scrollTo()}}
1000998
* tabbing through the document’s focusable elements
@@ -1020,6 +1018,8 @@ Types of Scrolling Methods {#scroll-types}
10201018
Common examples of [=relative scrolls=] with both an intended direction and end position include:
10211019

10221020
* a “fling” gesture, interpreted with momentum
1021+
* a panning gesture,
1022+
released with or without momentum
10231023
* programmatically scrolling via APIs such as {{Window/scrollBy()}}
10241024
* paging operations such as the <kbd>PgUp</kbd>/<kbd>PgDn</kbd> keys (or equivalent operations on the scrollbar)
10251025

0 commit comments

Comments
 (0)