WCAG 2.5.1 — Pointer Gestures — multipoint gesture with no single-pointer alternative
Your website requires pinch-to-zoom, two-finger swipes, or other multi-finger gestures without providing single-touch alternatives. People who can only use one finger, have tremors, or use assistive devices cannot access these functions. This violates ADA Title II requirements.
Who Is Affected
Users with mobility impairments who can only use one finger, people with tremors or limited dexterity, users of assistive devices like switch controls, and anyone operating a device with one hand while multitasking.
What This Means
Interactive elements that require multipoint or path-based gestures (like pinch-to-zoom, two-finger rotation, or complex swipe patterns) must also be operable with a single pointer. This means providing buttons, controls, or simpler gestures that achieve the same function.
Common violations include image galleries that only support pinch-to-zoom, maps that require two-finger panning, carousels that only respond to multi-finger swipes, and drawing tools that require complex gesture paths without alternative input methods.
Fix: CMS / Theme
Review your theme's interactive components and ensure single-pointer alternatives exist:
-
Image galleries and lightboxes: Verify zoom controls include visible plus/minus buttons alongside pinch-to-zoom.
In Joomla, check your gallery extension settings for "Show zoom controls" or similar options. In WordPress, review gallery plugin settings for button-based zoom controls.
-
Interactive maps: Ensure zoom and pan controls are available as clickable buttons.
- Google Maps: Verify
gestureHandling: 'cooperative'is not blocking single-finger interaction - Custom maps: Add visible zoom in/out and directional pan buttons
- Google Maps: Verify
-
Carousels and sliders: Provide navigation arrows and pagination dots alongside swipe gestures.
In Joomla, enable "Show navigation arrows" and "Show pagination" in your slider module. In WordPress, check slider plugin settings for arrow and dot navigation options.
-
Test all interactive elements using only single-finger taps and drags.
Fix: Content Editor
For content-specific interactive elements:
- When embedding maps, ensure you're using the accessible embed code that includes zoom controls.
- For image galleries, choose templates that include visible zoom and navigation buttons.
- If adding custom interactive content, verify it works with single-pointer input before publishing.
- Test your content on a mobile device using only one finger to identify missing alternatives.
Standard Reference
WCAG 2.1 Success Criterion 2.5.1 — Pointer Gestures, Level A
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.
Check if your government website has this issue
OctoComply scans your website and documents for WCAG 2.1 AA violations. The free tier covers up to 10 pages.
Run a Free Scan