Bug 59979

Summary: Allow access keys to be used in shadow DOM
Product: WebKit Reporter: Roland Steiner <rolandsteiner>
Component: DOMAssignee: Roland Steiner <rolandsteiner>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dglazkov, dominicc, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 59805, 59832    
Attachments:
Description Flags
Patch dglazkov: review+

Description Roland Steiner 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.
Comment 1 Alexey Proskuryakov 2011-05-02 23:10:34 PDT
Could you please clarify why this is necessary?
Comment 2 Roland Steiner 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.
Comment 3 Roland Steiner 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.
Comment 4 Roland Steiner 2011-05-03 16:08:30 PDT
Committed r85680: <http://trac.webkit.org/changeset/85680>