Bug 265230 - AX: VoiceOver doesn't support multi level radiogroup by pure role
Summary: AX: VoiceOver doesn't support multi level radiogroup by pure role
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-21 22:41 PST by Dov
Modified: 2023-11-21 22:41 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dov 2023-11-21 22:41:38 PST
I have write a demo, https://stackblitz.com/edit/vue-6dnfq8?file=src%2FApp.vue

If I want to implement the ax about nested radiogroup by role, not by input[type='radio'], VoiceOver will failed to announce the correct items Due to the internal implementation of [addRadioButtonGroupMembers](https://github.com/WebKit/WebKit/blob/dad71ad30e4b44e43f3c72b7e53b049cbae18d87/Source/WebCore/accessibility/AccessibilityNodeObject.cpp#L1213)
Comment 1 Radar WebKit Bug Importer 2023-11-21 22:41:47 PST
<rdar://problem/118706672>