Skip to content

"single pointer" definition not quite accurate? #749

Description

@patrickhlauke

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions