RESOLVED FIXED 89763
[Shadow] ShadowRoot.activeElement should use the result of re-targeting algorithm.
https://bugs.webkit.org/show_bug.cgi?id=89763
Summary [Shadow] ShadowRoot.activeElement should use the result of re-targeting algor...
Hayato Ito
Reported 2012-06-22 09:25:17 PDT
The spec is: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#active-element The current implementation of the ShadowRoot.activeElement does not use the result of re-targeting algorithm. If a distributed node is focused, shadowroot.activeElement should return the distributed node, but i returns null wrongly.
Attachments
testcase (6.01 KB, patch)
2012-06-22 09:31 PDT, Hayato Ito
no flags
apply re-targeting (14.85 KB, patch)
2012-06-22 13:59 PDT, Hayato Ito
no flags
Hayato Ito
Comment 1 2012-06-22 09:31:42 PDT
Created attachment 149041 [details] testcase
Hayato Ito
Comment 2 2012-06-22 13:59:26 PDT
Created attachment 149098 [details] apply re-targeting
Dimitri Glazkov (Google)
Comment 3 2012-06-22 16:41:19 PDT
Comment on attachment 149098 [details] apply re-targeting ok.
WebKit Review Bot
Comment 4 2012-06-22 17:31:19 PDT
Comment on attachment 149098 [details] apply re-targeting Clearing flags on attachment: 149098 Committed r121079: <http://trac.webkit.org/changeset/121079>
WebKit Review Bot
Comment 5 2012-06-22 17:31:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.