WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 63522
Define the order of traversing elements in shadow content when focusing
https://bugs.webkit.org/show_bug.cgi?id=63522
Summary
Define the order of traversing elements in shadow content when focusing
Hayato Ito
Reported
2011-06-28 02:26:39 PDT
Elements in a shadow root can be traversed by
bug 61410
, but elements in shadow content is not included in this traversal. It would be nice that we can define a rule so that we can traverse 'elements in shadow root' and 'elements in shadow content' in a 'mixed' way.
Attachments
Add attachment
proposed patch, testcase, etc.
Dominic Cooney
Comment 1
2011-11-20 18:26:39 PST
My gut feeling is that we should follow the XBL-style tree flattening algorithm and then apply focus traversal over that. Thoughts?
Hayato Ito
Comment 2
2011-11-20 18:38:49 PST
Yeah, we need a flattened tree somehow. I made this bug depends on
bug 64072
. Let me investigate how we should get a 'flattened' tree. (In reply to
comment #1
)
> My gut feeling is that we should follow the XBL-style tree flattening algorithm and then apply focus traversal over that. Thoughts?
Dominic Cooney
Comment 3
2012-01-10 22:34:41 PST
Per the spec focus navigation works over the flattened (“as-rendered” in spec language) tree. <
http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#focus-navigation
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug