Opinion needed for WCAG Pointer Gestures (2.5.1) #4557
AccessibilityEnthusiastic
started this conversation in
General
Replies: 2 comments 4 replies
-
that looks like a drag, not a swipe, so passes 2.5.1 but may fail 2.5.7 dragging movement |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this raises a good question though as the note seems to say single pointer swipes are ok without an alternative which I don't think was the intent of the criterion at time of authoring. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I need your opinion on WCAG Pointer Gestures (2.5.1).
In this video, additional options (“Tell me something”) appear when the user performs a horizontal swipe gesture. In this case, does this fail WCAG 2.5.1.
As per WCAG: Understanding Pointer Gestures
Example given:
A news site has a horizontal content slider with hidden news teasers that can be moved into the viewport via a fast horizontal swipe/flicking motion. It also offers forward and backward arrow buttons for single-point activation to navigate to adjacent slider content.
Key Terms:
Single pointer interactions include clicks, double clicks, taps, dragging motions, and single-finger swipe gestures.
Multipoint interactions involve two or more pointers at the same time (e.g., two-finger pinch, or mouse + stylus).
Path-based gestures:
A path-based gesture involves not just the endpoints, but how the pointer moves between them. Swiping is an example of this, as it’s recognized when the user moves in a (mostly) straight line from start to end.
👉 In this specific case, the movement can be in any direction—not just a straight swipe. So should this be considered a pass of WCAG 2.5.1 Pointer Gestures?
and also under Key terms: Single pointer interactions included single-finger swipe gestures so can we consider this a pass?
2.5.1.mp4
Beta Was this translation helpful? Give feedback.
All reactions