Bug 75241

Summary: Node::traverseNextNode() should know about shadow tree
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: Hajime Morrita <morrita>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 59816    

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...