Single-Pointer Alternative
A single-pointer alternative is a simpler way to operate a feature that would otherwise require a complicated gesture, such as pinching, swiping along a specific path, or tracing a shape. For example, a map that lets you zoom by pinching two fingers should also offer plus and minus buttons that work with a single tap or click. This helps people who cannot perform complex or path-based gestures still use the same functionality.
In the context of WCAG Success Criterion 2.5.1 Pointer Gestures (Level A, introduced in WCAG 2.1 and retained in WCAG 2.2), a single-pointer alternative is a means of operating functionality that otherwise relies on multipoint or path-based gestures, using a single pointer and without requiring a path-based gesture. Multipoint gestures involve more than one point of contact (for example, a two-finger pinch), while path-based gestures depend on movement along a particular path (for example, swiping or dragging in a specific direction or shape). The criterion requires such an alternative unless the multipoint or path-based gesture is essential to the function. Common implementations include discrete controls such as buttons or inputs that accomplish the same task with a single tap, click, or activation; for dragging operations, an equivalent single-pointer control should be provided. Note that meeting this criterion is one component of accessibility conformance and does not, on its own, guarantee an accessible experience or legal compliance; manual and assistive technology testing remain necessary. This entry is informational and not legal advice.
Why it matters
Many people cannot reliably perform complex gestures such as pinching, swiping along a specific path, or tracing a shape. This includes people with limited fine motor control, people with tremors, people who operate a device with a single finger, a mouth stick, or a head pointer, and people who use assistive technologies that emulate a single pointer. When a feature can only be triggered by a multipoint or path-based gesture, these users may be entirely locked out of core functionality unless a simpler alternative exists.
WCAG Success Criterion 2.5.1 Pointer Gestures, a Level A criterion introduced in WCAG 2.1 and retained in WCAG 2.2, addresses this by requiring that functionality relying on multipoint or path-based gestures also be operable with a single pointer without a path-based gesture, unless the gesture is essential to the function. For example, a map that supports two-finger pinch-to-zoom should also provide plus and minus buttons that work with a single tap or click, and a horizontal carousel that responds to swiping should offer discrete controls to move between items.
Because 2.5.1 sits at Level A, the most foundational conformance level, it is often treated as a baseline expectation rather than an advanced enhancement. That said, meeting this single criterion is only one component of accessibility conformance. It does not, on its own, guarantee an accessible experience for all users or immunity from legal claims, and automated tools detect only a portion of related issues. Manual testing and testing with assistive technologies remain necessary. This entry is informational and is not legal advice.
Who it's relevant to
Inside Single-Pointer Alternative
Common questions
Answers to the questions practitioners most commonly ask about Single-Pointer Alternative.