RESOLVED FIXED 91916
A start tag whose tag name is "html" in the "in body" insertion mode is a parse error
https://bugs.webkit.org/show_bug.cgi?id=91916
Summary A start tag whose tag name is "html" in the "in body" insertion mode is a par...
Kwang Yul Seo
Reported 2012-07-20 19:56:14 PDT
According to the HTML5 spec, a start tag whose tag name is "html" in the "in body" insertion mode is a parse error. http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#parsing-main-inbody 12.2.5.4.7 The "in body" insertion mode
Attachments
Patch (3.06 KB, patch)
2012-07-20 20:00 PDT, Kwang Yul Seo
no flags
Patch (7.83 KB, patch)
2012-07-20 20:22 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2012-07-20 20:00:04 PDT
Kwang Yul Seo
Comment 2 2012-07-20 20:05:08 PDT
Oops. I missed that there are other call sites of HTMLConstructionSite::insertHTMLHtmlStartTagInBody and HTMLConstructionSite::insertHTMLBodyStartTagInBody.
Kwang Yul Seo
Comment 3 2012-07-20 20:22:32 PDT
Eric Seidel (no email)
Comment 4 2012-07-20 23:39:48 PDT
Comment on attachment 153644 [details] Patch OK.
Kwang Yul Seo
Comment 5 2012-07-21 01:01:35 PDT
Comment on attachment 153644 [details] Patch Clearing flags on attachment: 153644 Committed r123289: <http://trac.webkit.org/changeset/123289>
Kwang Yul Seo
Comment 6 2012-07-21 01:02:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.