[html5] r1909 - [cgiowt] (2) Change how elements are treated in the after after frameset inserti [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 23 00:41:48 PDT 2008
Author: ianh
Date: 2008-07-23 00:41:48 -0700 (Wed, 23 Jul 2008)
New Revision: 1909
Modified:
index
source
Log:
[cgiowt] (2) Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as)
Modified: index
===================================================================
--- index 2008-07-23 02:28:02 UTC (rev 1908)
+++ index 2008-07-23 07:41:48 UTC (rev 1909)
@@ -50881,12 +50881,17 @@
<dd>
<p><a href="#stops">Stop parsing</a>.</p>
+ <dt>A start tag whose tag name is "noframes"
+
+ <dd>
+ <p>Process the token <a href="#using10">using the rules for</a> the "<a
+ href="#in-head" title="insertion mode: in head">in head</a>"
+ <span>insertion mode</span>.</p>
+
<dt>Anything else
<dd>
- <p><a href="#parse2">Parse error</a>. Switch the <span>insertion
- mode</span> to "<a href="#in-frameset" title="insertion mode: in
- frameset">in frameset</a>" and reprocess the token.</p>
+ <p><a href="#parse2">Parse error</a>. Ignore the token.</p>
</dl>
<h4 id=the-end><span class=secno>8.2.6 </span>The end</h4>
Modified: source
===================================================================
--- source 2008-07-23 02:28:02 UTC (rev 1908)
+++ source 2008-07-23 07:41:48 UTC (rev 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>
More information about the Commit-Watchers
mailing list