WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
174898
AX: Sliders not operable with VoiceOver on iPad
https://bugs.webkit.org/show_bug.cgi?id=174898
Summary
AX: Sliders not operable with VoiceOver on iPad
helene.vinh
Reported
2017-07-27 09:23:33 PDT
Browser: mobile Safari 10.0 iPad iOS 10.3.1 Hello, I encountered an issue with slider when using VoiceOver on iPad. When the slider receives focus, VoiceOver announces "Swipe up and down with one finger to adjust the value", however this does not have any effect. Could you please take a look at this issue? Testing example:
http://oaa-accessibility.org/example/32/
Best regards Helene Vinh for Amadeus SAS
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-07-27 09:24:01 PDT
<
rdar://problem/33568788
>
chris fleizach
Comment 2
2017-07-27 09:54:28 PDT
(In reply to helene.vinh from
comment #0
)
> Browser: mobile Safari 10.0 > iPad iOS 10.3.1 > > Hello, > > I encountered an issue with slider when using VoiceOver on iPad. > When the slider receives focus, VoiceOver announces "Swipe up and down with > one finger to adjust the value", however this does not have any effect. > > Could you please take a look at this issue? > > Testing example: >
http://oaa-accessibility.org/example/32/
> > Best regards > > Helene Vinh for Amadeus SAS
These are ARIA sliders. THere's no way to adjust those from an AT directly. This should be addressed with WK implements Accessibility Object Model (AOM)
helene.vinh
Comment 3
2017-07-28 02:21:27 PDT
Hello Chris, Could you please give more details about your answer? If i understand well, the issue is not on VoiceOver but on Webkit? Thanks & regards
chris fleizach
Comment 4
2017-07-28 08:54:06 PDT
(In reply to helene.vinh from
comment #3
)
> Hello Chris, > > Could you please give more details about your answer? > > If i understand well, the issue is not on VoiceOver but on Webkit? > > Thanks & regards
there's no web API that can be used to modify the value of a slider through an assistive technology. it's one of the shortcomings of ARIA. on PC based systems, people can install keyboard event handlers to modify the aria slider. that doesn't exist on iOS though
James Craig
Comment 5
2019-04-24 18:00:39 PDT
Closing as Behaves Correctly. See the AOM Explainer for more info.
https://github.com/WICG/aom/blob/gh-pages/explainer.md#background-assistive-technology-and-the-accessibility-tree
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug