Skip to content

Commit 8b7bc12

Browse files
LanWei22AutomatedTester
authored andcommitted
Update index.html
1 parent 3ffbf6e commit 8b7bc12

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7893,9 +7893,11 @@ <h3>Dispatching actions</h3>
78937893
property set to "<code>pause</code>"
78947894
or <var>action object</var> has <code>type</code> property set
78957895
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>.
78997901

79007902
<li><p>If <var>duration</var> is not <a>undefined</a>,
79017903
and <var>duration</var> is greater than <var>max duration</var>,
@@ -7949,6 +7951,8 @@ <h3>Dispatching actions</h3>
79497951
<tr><td>"<code>pointer</code>" <td>"<code>pointerUp</code>" <td><a>Dispatch a pointerUp action</a>
79507952
<tr><td>"<code>pointer</code>" <td>"<code>pointerMove</code> <td><a>Dispatch a pointerMove action</a>
79517953
<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>
79527956
</table>
79537957

79547958
<li><a>Try</a> to run <var>algorithm</var> with arguments

0 commit comments

Comments
 (0)