RESOLVED FIXED 151767
AX: <summary> and <a> within <details open> not keyboard focusable
https://bugs.webkit.org/show_bug.cgi?id=151767
Summary AX: <summary> and <a> within <details open> not keyboard focusable
Rodney Rehm
Reported 2015-12-02 12:44:51 PST
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
Radar WebKit Bug Importer
Comment 1 2015-12-02 12:45:08 PST
Rodney Rehm
Comment 2 2016-02-22 01:05:12 PST
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
Comment 3 2016-11-15 15:07:39 PST
Not reproducible anymore in version 10.0.1 (10602.2.14.0.7)
Note You need to log in before you can comment on or make changes to this bug.