Bug 91915 - Anything else in the "in table" insertion mode is a parse error
Summary: Anything else in the "in table" insertion mode is a parse error
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kwang Yul Seo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 18:27 PDT by Kwang Yul Seo
Modified: 2012-07-20 19:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2012-07-20 18:29 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2012-07-20 18:27:14 PDT
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.
Comment 1 Kwang Yul Seo 2012-07-20 18:29:43 PDT
Created attachment 153636 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-20 19:46:45 PDT
Comment on attachment 153636 [details]
Patch

Clearing flags on attachment: 153636

Committed r123284: <http://trac.webkit.org/changeset/123284>
Comment 3 WebKit Review Bot 2012-07-20 19:46:49 PDT
All reviewed patches have been landed.  Closing bug.