[Webkit-unassigned] [Bug 92838] New: HTMLTreeBuilder passes a wrong token when pushing the head element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 22:08:28 PDT 2012


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

           Summary: HTMLTreeBuilder passes a wrong token when pushing the
                    head element
           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


When the tree builder pushes the head element in the "after head" insertion mode, it creates a HTMLStackItem from a wrong token. 

Added HTMLConstructionSite::headStackItem() to retrieve the stack item for the head element. Modified the tree builder to pass the correct stack item when pushing the head element in the "after head" insertion mode.

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