Bug 174898

Summary: AX: Sliders not operable with VoiceOver on iPad
Product: WebKit Reporter: helene.vinh
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: cfleizach, jcraig, mfairchild365, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 10   
Hardware: All   
OS: All   

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
Radar WebKit Bug Importer
Comment 1 2017-07-27 09:24:01 PDT
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
Note You need to log in before you can comment on or make changes to this bug.