NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 267 - Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as)
Change how elements are treated in the after after frameset insertion mode. (...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-28 13:24 CEST by Henri Sivonen
Modified: 2008-09-08 14:11 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-07-28 13:24:25 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>