@@ -7893,9 +7893,11 @@ <h3>Dispatching actions</h3>
7893
7893
property set to "< code > pause</ code > "
7894
7894
or < var > action object</ var > has < code > type</ code > property set
7895
7895
to "< code > pointer</ code > " and < code > subtype</ code > property set
7896
- to "< code > pointerMove</ code > ", let < var > duration</ var > be equal to
7897
- the < code > duration</ code > property of
7898
- < var > action object</ var > .
7896
+ to "< code > pointerMove</ code > ", or < var > action object</ var > has
7897
+ < code > type</ code > property set to "< code > wheel</ code > " and
7898
+ < code > subtype</ code > property set to "< code > scroll</ code > ",
7899
+ let < var > duration</ var > be equal to the < code > duration</ code >
7900
+ property of < var > action object</ var > .
7899
7901
7900
7902
< li > < p > If < var > duration</ var > is not < a > undefined</ a > ,
7901
7903
and < var > duration</ var > is greater than < var > max duration</ var > ,
@@ -7949,6 +7951,8 @@ <h3>Dispatching actions</h3>
7949
7951
< tr > < td > "< code > pointer</ code > " < td > "< code > pointerUp</ code > " < td > < a > Dispatch a pointerUp action</ a >
7950
7952
< tr > < td > "< code > pointer</ code > " < td > "< code > pointerMove</ code > < td > < a > Dispatch a pointerMove action</ a >
7951
7953
< tr > < td > "< code > pointer</ code > " < td > "< code > pointerCancel</ code > < td > < a > Dispatch a pointerCancel action</ a >
7954
+ < tr > < td > "< code > wheel</ code > " < td > "< code > pause</ code > " < td > < a > Dispatch a pause action</ a >
7955
+ < tr > < td > "< code > wheel</ code > " < td > "< code > scroll</ code > " < td > < a > Dispatch a scroll action</ a >
7952
7956
</ table >
7953
7957
7954
7958
< li > < a > Try</ a > to run < var > algorithm</ var > with arguments
0 commit comments