Skip to content

Commit 4e9f57c

Browse files
LanWei22AutomatedTester
authored andcommitted
Update index.html
1 parent a740bc6 commit 4e9f57c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,6 +7015,22 @@ <h4 id=input-sources>Sources</h4>
70157015
</tr>
70167016
</table>
70177017

7018+
<p>A <dfn>wheel input source</dfn> is an <a>input source</a>
7019+
that is associated with a wheel-type input device.
7020+
A <a>wheel input source</a> supports the same <a>pause</a> action
7021+
as a <a>null input source</a> plus the following actions:
7022+
7023+
<table class=simple>
7024+
<tr>
7025+
<th>Action
7026+
<th>Non-normative Description
7027+
</tr>
7028+
<tr>
7029+
<td><dfn>scroll</dfn></td>
7030+
<td>Used to indicate that the scroll wheel is rolled down, up, right
7031+
or left to scroll the page down, up, right or left.</td>
7032+
</tr>
7033+
</table>
70187034
<p>Each <a>session</a> maintains a <a>list</a> of <dfn>active input
70197035
sources</dfn>. This list is initially empty. When an <a>input
70207036
source</a> is added to the list of <a>active input sources</a>, a

0 commit comments

Comments
 (0)