Bugzilla – Bug 267
Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as)
Last modified: 2008-09-08 14:11:54 CEST
Index: source =================================================================== --- source (revision 1908) +++ source (revision 1909) @@ -47939,7 +47939,7 @@ mode: after after frameset">after after frameset</span>", tokens must be handled as follows:</p> <dl class="switch"> - + <dt>A comment token</dt> <dd> <p>Append a <code>Comment</code> node to the <code>Document</code> @@ -47963,11 +47963,16 @@ <p><span>Stop parsing</span>.</p> </dd> + <dt>A start tag whose tag name is "noframes"</dt> + <dd> + <p>Process the token <span>using the rules for</span> the "<span + title="insertion mode: in head">in head</span>" <span>insertion + mode</span>.</p> + </dd> + <dt>Anything else</dt> <dd> - <p><span>Parse error</span>. Switch the <span>insertion mode</span> - to "<span title="insertion mode: in frameset">in frameset</span>" and - reprocess the token.</p> + <p><span>Parse error</span>. Ignore the token.</p> </dd> </dl>