[Webkit-unassigned] [Bug 92057] New: The HTML parser shouldn't read information back from the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 19:49:45 PDT 2012


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

           Summary: The HTML parser shouldn't read information back from
                    the DOM
           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: skyul at company100.net


Because now the HTML parser keeps tokens in the element stack and the active formatting element list, we shouldn't read information back from the DOM. Instead, perform operations using tokens.

This is a prerequisite for Bug 90751 because the tree builder in speculation must be able to proceed without actually creating elements.

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