RESOLVED WONTFIX Bug 86829
InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree.
https://bugs.webkit.org/show_bug.cgi?id=86829
Summary InsertionPoint::isActive() returns true even if the insertion point is not in...
Hayato Ito
Reported 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.
Attachments
Hayato Ito
Comment 1 2012-05-22 05:27:49 PDT
Hayato Ito
Comment 2 2012-05-23 00:29:57 PDT
Note You need to log in before you can comment on or make changes to this bug.