Bug 86829 - InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree.
Summary: InsertionPoint::isActive() returns true even if the insertion point is not in...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 86830
  Show dependency treegraph
 
Reported: 2012-05-18 02:11 PDT by Hayato Ito
Modified: 2012-05-23 00:29 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-05-18 02:11:28 PDT
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.
Comment 1 Hayato Ito 2012-05-22 05:27:49 PDT
https://bugs.webkit.org/show_bug.cgi?id=86829 will fix this issue.
Comment 2 Hayato Ito 2012-05-23 00:29:57 PDT
https://bugs.webkit.org/show_bug.cgi?id=86830 fixed this.