Bug 203138
Summary: | AX: aria-checked="mixed" used on <input type="checkbox"> not speaking Mixed state to VoiceOver | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul J. Adam <paul> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 13 | ||
Hardware: | Mac | ||
OS: | macOS 10.15 |
Paul J. Adam
Steps to reproduce:
1. Turn on VoiceOver in macOS and use Safari to visit http://pauljadam.com/demos/mixed-checkbox.html
2. Set VoiceOver focus to the Select All checkbox with the mixed/indeterminate state.
Expected results:
VoiceOver says "Select All mixed checkbox"
Actual results:
VoiceOver says "Select All unchecked checkbox"
Notes:
This works as expected in Chrome.
aria-checked="mixed" works in Safari only if the element is not a native checkbox input.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/56396760>
Paul J. Adam
Bug exist in iOS Safari as well as macOS Safari.