[Webkit-unassigned] [Bug 111907] New: [HTMLTemplateElement] EOF should unwind the stack of template insertion modes iteratively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 17:38:39 PST 2013


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

           Summary: [HTMLTemplateElement] EOF should unwind the stack of
                    template insertion modes iteratively
           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: rafaelw at chromium.org
                CC: eric at webkit.org, abarth at webkit.org, adamk at chromium.org
            Blocks: 103547


The current implementation follows the previous spec language of unwinding all open templates immediately. The new language calls for other insertion modes to act as if a </template> had been seen, then reprocess the EOF (which is more consistent with existing parser mechanisms).

There should be no observable difference between the two implementations, but we keep our parser inline with the spec, so this patch reflects the new spec language.

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