[Webkit-unassigned] [Bug 103600] New: [Shadow]: Node::compareDocumentPosition should provide information about FOLLOWING or PRECEDING for a node in the different shadow tree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 21:21:20 PST 2012


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

           Summary: [Shadow]: Node::compareDocumentPosition should provide
                    information about FOLLOWING or PRECEDING for a node in
                    the different shadow tree.
           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: tasak at google.com
            Blocks: 103239


If some shadow root's apply-author-style flag is true, styles in both document tree and the shadow tree are applied to elements in the shadow tree.
This means, we need to compare document positions of styles in document tree and styles in shadow dom trees.

This issue depends on https://www.w3.org/Bugs/Public/show_bug.cgi?id=20149.

-- 
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