Skip to main content
WCAG success criterion · Operable

2.5.1 Pointer Gestures

Guideline 2.5 Input Modalities. Level A, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

Functionality that uses multipoint gestures (pinch) or path-based gestures (swipe, drag-to-reveal) must also work with a single pointer without a path - taps and clicks.

Who it helps

People with motor disabilities using head pointers, eye trackers or one finger.

Example: fails vs passes

Fails
carousel.addEventListener("touchmove", handleSwipe); /* swipe is the only way */
Passes
<button class="car-prev">Previous</button>
    <button class="car-next">Next</button>  <!-- alongside the swipe -->

Every path-based or multipoint gesture needs a single-tap alternative.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.5.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial