the (new in 2.1) definition of "single pointer" is, to my mind, not quite accurate.
pointer input that operates with one point of contact with the screen, including single taps and clicks, double-taps and clicks, long presses, and path-based gestures
https://www.w3.org/TR/WCAG21/#dfn-single-pointer
noting that a pointer (at least in the Pointer Events sense) also includes mice, which don't have a "contact with the screen" (only in a very abstracted way)
a possible clarification here could be
pointer input that operates with one point of contact with the screen / targets only one specific position on the page, including single taps and clicks, double-taps and clicks, long presses, and path-based gestures. This includes mouse inputs and interactions with a single finger or stylus with a touchscreen.
(or something to that effect)
happy to submit a PR if this sounds like something we'd want to clarify.
as pointer gesture and pointer cancellation SCs (which reference this key term) do apply to mouse already, changing this would likely be an editorial errata?
the (new in 2.1) definition of "single pointer" is, to my mind, not quite accurate.
https://www.w3.org/TR/WCAG21/#dfn-single-pointer
noting that a pointer (at least in the Pointer Events sense) also includes mice, which don't have a "contact with the screen" (only in a very abstracted way)
a possible clarification here could be
(or something to that effect)
happy to submit a PR if this sounds like something we'd want to clarify.
as pointer gesture and pointer cancellation SCs (which reference this key term) do apply to mouse already, changing this would likely be an editorial errata?