NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 208 - Allow <noframes> in <head> for compatibility with sites (e.g. http://www.zercom.nl/).
Allow <noframes> in <head> for compatibility with sites (e.g. http://www.zerc...
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-05-25 21:04 CEST by Henri Sivonen
Modified: 2008-05-28 18:19 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-05-25 21:04:53 CEST
Index: source
===================================================================
--- source	(revision 1691)
+++ source	(revision 1692)
@@ -42673,7 +42673,7 @@
    </dd>
 
    <dt>A start tag whose tag name is "noscript", if the <span>scripting flag</span> is enabled:</dt>
-   <dt>A start tag whose tag name is "style"</dt>
+   <dt>A start tag whose tag name is one of: "noframes", "style"</dt>
    <dd>
     <p>Follow the <span>generic CDATA parsing algorithm</span>.</p>
    </dd>
@@ -42894,7 +42894,7 @@
    TABULATION, U+000C FORM FEED (FF), <!--U+000D CARRIAGE RETURN (CR),-->
    or U+0020 SPACE</dt>
    <dt>A comment token</dt>
-   <dt>A start tag whose tag name is one of: "link", "meta", "style"</dt>
+   <dt>A start tag whose tag name is one of: "link", "meta", "noframes", "style"</dt>
    <dd>
     <p>Process the token <span>using the rules for</span> the "<span
     title="insertion mode: in head">in head</span>" <span>insertion
@@ -42982,7 +42982,7 @@
    </dd>
 
    <dt>A start tag token whose tag name is one of: "base", "link",
-   "meta", "script", "style", "title"</dt>
+   "meta", "noframes", "script", "style", "title"</dt>
    <dd>
 
     <p><span>Parse error</span>.</p>
@@ -43057,7 +43057,7 @@
    </dd>
 
    <dt>A start tag token whose tag name is one of: "base", "link",
-   "meta", "script", "style", "title"</dt>
+   "meta", "noframes", "script", "style", "title"</dt>
    <dd>
     <p>Process the token <span>using the rules for</span> the "<span
     title="insertion mode: in head">in head</span>" <span>insertion
@@ -43968,7 +43968,7 @@
 
    </dd>
 
-   <dt>A start tag whose tag name is one of: "iframe", "noembed", "noframes"</dt>
+   <dt>A start tag whose tag name is one of: "iframe", "noembed"</dt>
    <dt>A start tag whose tag name is "noscript", if the <span>scripting flag</span> is enabled:</dt>
    <dd>
     <p>Follow the <span>generic CDATA parsing algorithm</span>.</p>
@@ -45280,7 +45280,7 @@
    <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 body">in body</span>" <span>insertion
+    title="insertion mode: in head">in head</span>" <span>insertion
     mode</span>.</p>
    </dd>
 
@@ -45336,7 +45336,6 @@
    </dd>
 
    <dt>A start tag whose tag name is "html"</dt>
-   <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 body">in body</span>" <span>insertion
@@ -45350,6 +45349,13 @@
     frameset</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>An end-of-file token</dt>
    <dd>
     <p><span>Stop parsing.</span></p>