WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: 2.5.1 Multipath gestures query

for

Number of posts in this thread: 3 (In chronological order)

From: mhysnm1964
Date: Thu, Apr 30 2020 4:38AM
Subject: 2.5.1 Multipath gestures query
No previous message | Next message →

All,

The 2.5.1 Multipath gesture
<https://www.w3.org/WAI/WCAG21/Understanding/pointer-gestures.html> states
using left and right swipe gestures or z gestures are regarded as a failure.
The question I have which you see in a lot of applications for native mobile
programs:



1. Page scrolling - this could be a single finger or multiple finger
swipe gesture depending on OS and Assistive Tech being used.
2. Pickers where you have to perform a up and down swipe gesture to
change the value.

As I read this SC, the above are failures if there isn't another means of
supporting single point gestures. I wish to ensure that my thinking is on
the right path and does this means the mobile vendors documentation and/or
API's be adjusted (assuming I am correct with my understanding)?



Sean

From: Steve Green
Date: Thu, Apr 30 2020 5:40AM
Subject: Re: 2.5.1 Multipath gestures query
← Previous message | Next message →

Neither of those is a failure for the following reasons:

1. The Success Criterion applies to gestures in the author-provided content, not gestures defined by the operating system, user agent, or assistive technology.

2. Pickers do not require a path based gesture. Only the start and end points matter, not any intermediate points.

Also, that page does not state that using left and right swipe gestures or z gestures are regarded as a failure. Did you read that somewhere else?

Steve Green
Managing Director
Test Partners Ltd


From: Jonathan Avila
Date: Mon, May 04 2020 1:55PM
Subject: Re: 2.5.1 Multipath gestures query
← Previous message | No next message

> Also, that page does not state that using left and right swipe gestures or z gestures are regarded as a failure. Did you read that somewhere else?

My read of the criterion is that a swipe gestures such as a web site specific swipe in from the left of the screen to display a menu would be a failure unless there was an alternative such as a button, etc.

Jonathan