Goal
Ensure complex pointer gestures have simpler alternatives.
Loading ...
Success Criterion · WCAG 2.5.1
All functionality that uses multipoint or path-based gestures for operation can be operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.
Goal
Ensure complex pointer gestures have simpler alternatives.
What to do
If functionality uses multi-point or path-based gestures (pinch, swipe paths), provide a single-pointer alternative.
Why it matters
Many users cannot perform complex gestures due to motor impairments or assistive technology limitations.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
All functionality that uses multipoint or path-based gestures for operation can be operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Users may be unable to zoom, rotate, or navigate content if only pinch/swipe gestures exist.
Path-based gesture requirements can block completion of core tasks.
Exception guidelines
Document the rationale for each exception and note which alternative support you provide.
The gesture is essential to the activity.
Requirement
Only when the gesture itself is the purpose (e.g., a drawing app requiring freehand paths).
If your UI requires gestures like pinch-to-zoom, multi-finger swipes, or drawing paths, you must also provide a way to perform the same function with a single pointer and without requiring a path-based gesture—unless that gesture is essential.
Reference: All summaries and highlights originate from Understanding WCAG 2.5.1 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Pinch-to-zoom is supported, and plus/minus buttons also zoom.
Fail
Zoom works only via pinch gesture.
Pass
Swipe changes slides and there are Next/Previous buttons.
Fail
Carousel can be navigated only by swipe path gestures.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria