[html5] r2619 - [c] (0) <noscript> in <head> needs to not cause parse errors. (bug 6213)

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 29 16:54:19 PST 2008


Author: ianh
Date: 2008-12-29 16:54:18 -0800 (Mon, 29 Dec 2008)
New Revision: 2619

Modified:
   index
   source
Log:
[c] (0) <noscript> in <head> needs to not cause parse errors. (bug 6213)

Modified: index
===================================================================
--- index	2008-12-30 00:49:32 UTC (rev 2618)
+++ index	2008-12-30 00:54:18 UTC (rev 2619)
@@ -10048,7 +10048,8 @@
    except that invoking the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing
    algorithm</a> with the <code><a href=#the-noscript-element>noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists
    only of <code><a href=#the-link-element>link</a></code>, <code><a href=#the-style-element>style</a></code>, and
-   <code><a href=#meta>meta</a></code> elements.</dd>
+   <code><a href=#meta>meta</a></code> elements, and no <a href=#parse-error title="parse error">parse
+   errors</a>.</dd>
 
    <dt>Outside of <code><a href=#the-head-element>head</a></code> elements, if <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a> for the
    <code><a href=#the-noscript-element>noscript</a></code> element</dt>

Modified: source
===================================================================
--- source	2008-12-30 00:49:32 UTC (rev 2618)
+++ source	2008-12-30 00:54:18 UTC (rev 2619)
@@ -10634,7 +10634,8 @@
    title="">context</var> element and the text contents as the <var
    title="">input</var> must result in a list of nodes that consists
    only of <code>link</code>, <code>style</code>, and
-   <code>meta</code> elements.</p></dd>
+   <code>meta</code> elements, and no <span title="parse error">parse
+   errors</span>.</p></dd>
 
    <dt>Outside of <code>head</code> elements, if <span
    title="concept-n-noscript">scripting is disabled</span> for the




More information about the Commit-Watchers mailing list