Bug 75241 - Node::traverseNextNode() should know about shadow tree
Summary: Node::traverseNextNode() should know about shadow tree
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks: 59816
  Show dependency treegraph
 
Reported: 2011-12-26 22:38 PST by Hajime Morrita
Modified: 2011-12-27 17:10 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2011-12-26 22:38:19 PST
traverseNextNode() doesn't step into shadow tree. But it should allow caller to do it.
Comment 1 Hajime Morrita 2011-12-27 17:10:16 PST
It turns out this isn't a right approach...