Bug 86829
Summary: | InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hayato Ito <hayato> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dglazkov, dominicc, morrita, shinyak, tasak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 86830 |
Hayato Ito
Current implementation of InsertionPoint::isActive() returns 'true' even if the insertion point is not inside of Shadow DOM subtree.
The spec says:
> If an insertion point is not in a shadow DOM subtree, it must have the same rendering behavior as the HTMLUnknownElement.
So we should return false for such an insertion point to avoid confusion.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hayato Ito
https://bugs.webkit.org/show_bug.cgi?id=86829 will fix this issue.
Hayato Ito
https://bugs.webkit.org/show_bug.cgi?id=86830 fixed this.