[Webkit-unassigned] [Bug 91915] New: Anything else in the "in table" insertion mode is a parse error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 18:27:10 PDT 2012


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

           Summary: Anything else in the "in table" insertion mode is a
                    parse error
           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


According to the HTML5 spec, anything else in the "in table" insertion mode is a parse error.

http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#parsing-main-intable
12.2.5.4.9 The "in table" insertion mode 

Anything else
Parse error. Process the token using the rules for the "in body" insertion mode, except that whenever a node would be inserted into the current node when the current node is a table, tbody, tfoot, thead, or tr element, then it must instead be foster parented.

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