[Webkit-unassigned] [Bug 59812] New: Refactor DOM tree traversal methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 11:16:51 PDT 2011


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

           Summary: Refactor DOM tree traversal methods
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com
            Blocks: 59802


Currently we have a slew of methods to climb the DOM tree in conjunction with shadow trees that should be pruned down: parent(), parentNode(), parentOrHostNode(), parentNodeGuaranteedHostFree(), shadowAncestorNode(), shadowTreeRootNode()...

Conceptually we only need:

Node
    parent()
    treeScope()

Element
    shadowRoot()

ShadowRoot
    shadowHost()

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