Bug 307610

Summary: AX: VoiceOver does not find focusable splitters when searching for next / previous form control
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: RESOLVED FIXED    
Severity: Normal CC: andresg_22, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: All   
OS: All   

Tyler Wilcock
Reported 2026-02-11 16:57:17 PST
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-11 16:57:24 PST
Tyler Wilcock
Comment 2 2026-02-11 17:03:28 PST
Chrome behaves correctly here.
Tyler Wilcock
Comment 3 2026-02-11 17:14:00 PST
Also, based on us not handling AccessibilityRole::Splitter here: void AccessibilityNodeObject::alterRangeValue(StepAction stepAction) { if (role() != AccessibilityRole::Slider && role() != AccessibilityRole::SpinButton) return; I'd be surprised if we can increment / decrement these controls on iOS.
Tyler Wilcock
Comment 4 2026-02-12 10:17:49 PST
EWS
Comment 5 2026-02-23 17:07:18 PST
Committed 308089@main (6eedfadfa328): <https://commits.webkit.org/308089@main> Reviewed commits have been landed. Closing PR #58521 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.