Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guidelines/terms/21/single-pointer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dt><dfn id="dfn-single-pointer">single pointer</dfn></dt>
<dd>
<p>an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touch screen, or stylus</p>
<p>an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touchscreen, or stylus</p>
<p class="note">Single pointer interactions include clicks, double clicks, taps, dragging motions, and single-finger swipe gestures. In contrast, multipoint interactions involve the use of two or more pointers at the same time, such as two-finger interactions on a touchscreen, or the simultaneous use of a mouse and stylus.</p>
</dd>

Loading