Skip to content

Commit cec6f8e

Browse files
patrickhlaukealastcmbgower
authored andcommitted
Add "modality" to single pointer definition with examples of single pointer interactions (#4070)
Follow-up to #3536 (comment) to potentially address concerns by @WilcoFiers @dbjorge Tries to more clearly differentiate "input" as in the *modality* from the gestures/interactions that are the *result* of using a particular input *modality* *** https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/4070.html" title="Last updated on Sep 20, 2024, 8:10 PM UTC (a79bb49)">Preview | https://pr-preview.s3.amazonaws.com/w3c/wcag/4070/4213bf6...a79bb49.html" title="Last updated on Sep 20, 2024, 8:10 PM UTC (a79bb49)">Diff --------- Co-authored-by: Alastair Campbell Co-authored-by: Mike Gower (cherry picked from commit b9cf8f8)
1 parent e51f2b1 commit cec6f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dt><dfn id="dfn-single-pointer">single pointerdfn>dt>
22
<dd>
3-
<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>
4-
<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>
3+
<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>
4+
<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>
55
dd>
66

0 commit comments

Comments
 (0)