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