accessibility state issue for role switch with Voiceover
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
| Accessibility Severity | s3 |
People
(Reporter: kantoche, Assigned: morgan)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
2.31 MB,
image/png
|
Details |
Steps to reproduce:
Using MacOS sonoma 14.6.1 (23G93)
- Go to https://www.w3.org/WAI/ARIA/apg/patterns/switch/examples/switch-checkbox/
- Activate VoiceOver
- Tab to the first switch component example ("Reduced motion")
- Activate the switch with Enter or Space key
Actual results:
VoiceOver announces "Reduced motion", i.e. the accessible name of the component
Expected results:
VoiceOver should announce "activé" (I'm in a french version), i.e. the new state of the component.
It works fine with Safari and Chrome.
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Disability Access APIs' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•1 year ago
|
||
Confirmed locally, thanks for the report. Looks like we're missing a state changed event or just reporting it incorrectly.
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
FWIW this is broken in Safari on desktop, but works well in Chrome so I'm using the latter as my working example
| Assignee | ||
Comment 5•1 year ago
|
||
Based on testing from Jamie's linked bug above, this appears fixed. Closing WFM :)
| Assignee | ||
Updated•1 year ago
|
Description
•