Bug 154114

Summary: Tab focus navigation should not break on hidden SVG
Product: WebKit Reporter: Rodney Rehm <mail>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: ahmad.saleem792, karlcow, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Rodney Rehm 2016-02-11 10:03:26 PST
see http://jsbin.com/dusoharuyu/1/edit?html,output
focus the first input element and press the Tab key, note how focus does not advance to the second input element.
Comment 1 Radar WebKit Bug Importer 2016-02-11 10:03:54 PST
<rdar://problem/24610036>
Comment 2 Ahmad Saleem 2024-06-15 06:42:30 PDT
It is same across all browsers (Chrome Canary 128, Firefox Nightly 129 and Safari Technology Preview 196) [Note - for Safari - enable tab navigation].

All browsers skip second one.

@Karl - any insight beside my testing?
Comment 3 Karl Dubost 2024-06-16 18:10:52 PDT
It does focus the second input for me on 

Safari Technology Preview  196           20619.1.16
Firefox Nightly            129.0a1       12924.6.13
Google Chrome Canary       128.0.6538.0  6538.0

@Rodney,
Do you have more information about the context of your test, such as version of the browser, OS version, etc.