RESOLVED FIXED Bug 59979
Allow access keys to be used in shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=59979
Summary Allow access keys to be used in shadow DOM
Roland Steiner
Reported 2011-05-02 17:00:10 PDT
It should be possible to assign an access key to elements in a shadow DOM. Currently, only elements in the light tree are considered.
Attachments
Patch (6.45 KB, patch)
2011-05-03 15:20 PDT, Roland Steiner
dglazkov: review+
Alexey Proskuryakov
Comment 1 2011-05-02 23:10:34 PDT
Could you please clarify why this is necessary?
Roland Steiner
Comment 2 2011-05-03 10:29:01 PDT
User-defined components could have, e.g., a link to a help page, or an [O]K and [C]ancel button embedded that have an access key assigned.
Roland Steiner
Comment 3 2011-05-03 15:20:45 PDT
Created attachment 92147 [details] Patch Moving access key members and methods back into Document from TreeScope, traverse into shadow DOM when building access key map.
Roland Steiner
Comment 4 2011-05-03 16:08:30 PDT
Note You need to log in before you can comment on or make changes to this bug.