Bug 75241
| Summary: | Node::traverseNextNode() should know about shadow tree | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | Hajime Morrita <morrita> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 59816 | ||
Hajime Morrita
traverseNextNode() doesn't step into shadow tree. But it should allow caller to do it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
It turns out this isn't a right approach...