[html5] r4442 - [c] (0) Require that <noscript> contents be conforming in <head> too. Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 14 09:48:05 PST 2009


Author: ianh
Date: 2009-12-14 09:47:58 -0800 (Mon, 14 Dec 2009)
New Revision: 4442

Modified:
   complete.html
   index
   source
Log:
[c] (0) Require that <noscript> contents be conforming in <head> too.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8137

Modified: complete.html
===================================================================
--- complete.html	2009-12-13 17:43:24 UTC (rev 4441)
+++ complete.html	2009-12-14 17:47:58 UTC (rev 4442)
@@ -108,7 +108,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 13 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 14 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -13077,10 +13077,11 @@
 
    <dd><p>The <code><a href=#the-noscript-element>noscript</a></code> element must contain only text,
    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
+   algorithm</a> <!-- (which disables <script> execution) --> 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, and no <a href=#parse-error title="parse error">parse
-   errors</a>.</dd>
+   <code><a href=#meta>meta</a></code> elements that would be conforming if they were
+   children of the <code><a href=#the-noscript-element>noscript</a></code> element, and no <a href=#parse-error title="parse error">parse errors</a>.</dd>
 
    <dt>Outside of <code><a href=#the-head-element-0>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: index
===================================================================
--- index	2009-12-13 17:43:24 UTC (rev 4441)
+++ index	2009-12-14 17:47:58 UTC (rev 4442)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 13 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 14 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -12912,10 +12912,11 @@
 
    <dd><p>The <code><a href=#the-noscript-element>noscript</a></code> element must contain only text,
    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
+   algorithm</a> <!-- (which disables <script> execution) --> 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, and no <a href=#parse-error title="parse error">parse
-   errors</a>.</dd>
+   <code><a href=#meta>meta</a></code> elements that would be conforming if they were
+   children of the <code><a href=#the-noscript-element>noscript</a></code> element, and no <a href=#parse-error title="parse error">parse errors</a>.</dd>
 
    <dt>Outside of <code><a href=#the-head-element-0>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	2009-12-13 17:43:24 UTC (rev 4441)
+++ source	2009-12-14 17:47:58 UTC (rev 4442)
@@ -13742,12 +13742,14 @@
 
    <dd><p>The <code>noscript</code> element must contain only text,
    except that invoking the <span>HTML fragment parsing
-   algorithm</span> with the <code>noscript</code> element as the <var
+   algorithm</span> <!-- (which disables <script> execution) --> with
+   the <code>noscript</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>link</code>, <code>style</code>, and
-   <code>meta</code> elements, and no <span title="parse error">parse
-   errors</span>.</p></dd>
+   <code>meta</code> elements that would be conforming if they were
+   children of the <code>noscript</code> element, 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