Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "modality" to single pointer definition with examples of single pointer interactions #4070

Merged
merged 7 commits into from
Nov 19, 2024
4 changes: 2 additions & 2 deletions 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 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 class="note">In contrast to single pointer inputs, multipoint interactions involve the use of two or more pointers at the same timesuch as two finger interactions on a touchscreen, or the simultaneous use of a mouse and 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 touch screen, 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>