WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
226282
AX: aria-expanded state not consistently announced by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=226282
Summary
AX: aria-expanded state not consistently announced by VoiceOver
Todd Kloots
Reported
2021-05-26 11:28:32 PDT
Currently VoiceOver only announces the aria-expanded state if navigating an ARIA tree using VO navigation. If you navigate using keyboard shortcuts implemented in JavaScript the aria-expanded state is not announced. Repro steps: (1) Start VoiceOver (2) Go to
https://codepen.io/toddlr/pen/MWbbree
(3) Use VoiceOver navigation (e.g. Control-Option-Right Arrow) to navigate to an expanded ARIA treeitem instance (4) Observe VoiceOver announces the treeitem as "expanded" In contrast, the aria-expanded state IS NOT announced when navigating using keyboard shortcuts implement in JavaScript. For example: (1) Start VoiceOver (2) Go to
https://codepen.io/toddlr/pen/MWbbree
(3) Move focus to the ARIA tree instance using tab (4) Use the up/down arrow keys to move focus to an expanded ARIA treeitem (6) Observe the expanded state change IS NOT announced by VoiceOver
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-05-26 11:28:42 PDT
<
rdar://problem/78523584
>
chris fleizach
Comment 2
2021-06-01 13:57:29 PDT
we're thinking this is related to how VO processes focus changes. If so, will close the WebKit bug...
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