[Webkit-unassigned] [Bug 218309] AX: aria-selected state not announced for ARIA treeitem instances

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 15:42:13 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=218309

Todd Kloots <todd.kloots at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|MOVED                       |FIXED

--- Comment #7 from Todd Kloots <todd.kloots at gmail.com> ---
Verified this as fixed. The root cause was the repro example (https://codepen.io/toddlr/pen/XWrGrGV) didn't implement aria-selected per the spec (https://www.w3.org/TR/wai-aria-1.2/#aria-selected). 

Specifically, per the spec: "Single-selection containers where the currently focused item is not selected. The selection normally follows the focus, and is managed by the user agent."

So, if an ARIA tree uses aria-selected in a single-selection mode it needs to explicitly declare all unselected treeitems using aria-selected=false else VoiceOver will (per the spec) assume focus and selection are in sync.

-- 
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/20231130/3b32b3bb/attachment.htm>


More information about the webkit-unassigned mailing list