[Webkit-unassigned] [Bug 63082] New: HTML parser should limit element depth of produced tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 11:26:36 PDT 2011


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

           Summary: HTML parser should limit element depth of produced
                    tree
           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: sam at webkit.org


The old HTML parser (and the current XML parser) constrained the depth of the tree it produced, in part to avoid running into stack overflow when laying out (due to the recursive nature of WebCore rendering).  It would be great to get this feature back.

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