[Webkit-unassigned] [Bug 123850] New: [HTML parser] reset insertion mode appropriate must check for "in select in table" mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 19:18:28 PST 2013


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

           Summary: [HTML parser] reset insertion mode appropriate must
                    check for "in select in table" mode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: rafaelw at chromium.org, adamk at chromium.org


Merge https://chromium.googlesource.com/chromium/blink/+/2cb7523df57dfb48111f6aa16b7138cd54024ba7

The HTML spec has been updated to detect encountering a <template> inside of a <select> which is inside of a <table>. In this case the <select> will cause the parser to be in "InSelectInTable" mode. Thus when the <template> closes, it should return to that mode.

The fix here is that resetInsertionModeAppropriately must continue looking up the stack if the first node is <select> to see whether the <select> is inside of a <table>

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