[Webkit-unassigned] [Bug 86829] New: InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 02:12:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86829

           Summary: InsertionPoint::isActive() returns true even if the
                    insertion point is not inside of Shadow DOM subtree.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, morrita at google.com,
                    shinyak at chromium.org, tasak at google.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list