Skip to content
A11ySignal
Level AWCAG 2.1WCAG 2.2EN 301 549 § 9.2.5.1

2.5.1
Pointer Gestures

Anything you do with a multi-finger or path-based gesture must also work with a single tap.

What the standard says

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.

Why it matters

Pinch, swipe-along-a-path and two-finger rotate are impossible for people using a head pointer, a switch, or one hand.

What a failure looks like

  • failsA map that only zooms by pinching.
  • failsA slider that only responds to a drag.

How to fix it

  • doAdd plain buttons alongside the gesture: zoom in / zoom out, previous / next.

How A11ySignal checks it

manual

No automated rule can judge this criterion, and we will not pretend otherwise. A clean scan does not mean 2.5.1 passes — it means nothing we can measure fails. This one needs a person.

Also under 2.5 Input Modalities