Bug 233322

Summary: AX: VoiceOver does not read aria-selected=False in Safari
Product: WebKit Reporter: joelaustin
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: andresg_22, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: Mac (Intel)   
OS: macOS 12   
Attachments:
Description Flags
VoiceOver does not read the aria-selected=false property when using focusing on elements with the years. none

Description joelaustin 2021-11-18 10:30:18 PST
When using VoiceOver on an element with "aria-selected=False", it does not read the value or selection status of the element.

Steps to reproduce:
1. Get a list of elements with "aria-selected=False" (example below) with VoiceOver active.
2. Use the down arrow key to navigate the list.
3. observe


example scenario:
1. https://www.facebook.com/search/posts?q=Cricket visit Facebook Search for something random.
2. on the Left-hand side, click the "Posts" filter
3. navigate the "Date Posted" filter Combo Box with VO enabled using the arrow keys.
4. observe.
Comment 1 Radar WebKit Bug Importer 2021-11-18 10:30:35 PST
<rdar://problem/85557626>
Comment 2 joelaustin 2021-11-18 10:44:46 PST
Created attachment 444700 [details]
VoiceOver does not read the aria-selected=false property when using focusing on elements with the years.