[Webkit-unassigned] [Bug 226282] New: AX: aria-expanded state not consistently announced by VoiceOver
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 26 11:28:32 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=226282
Bug ID: 226282
Summary: AX: aria-expanded state not consistently announced by
VoiceOver
Product: WebKit
Version: Safari 14
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: todd.kloots at gmail.com
CC: webkit-bug-importer at group.apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210526/f5955996/attachment.htm>
More information about the webkit-unassigned
mailing list