Bug 151767
Summary: | AX: <summary> and <a> within <details open> not keyboard focusable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rodney Rehm <mail> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Rodney Rehm
Within <details open> the <summary> element and links, input elements, … should be keyboard focusable (tubbable).
test-case: http://jsbin.com/tubepohewe/edit?html,css,output - the <summary> is focused on click, but not reachable via keyboard.
They used to be - as this still works in Safari 9. Maybe some work on ShadowDOM broke this?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23729552>
Rodney Rehm
The situation seems to have gotten worse in version 9.0.3 (10601.4.4, r196893). Now <details> <a href="…"> is focusable by script, even though the element is not even rendered, because the details element is collapsed.
Rodney Rehm
Not reproducible anymore in version 10.0.1 (10602.2.14.0.7)