html5/spec Overview.html,1.3543,1.3544

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5703

Modified Files:
	Overview.html 
Log Message:
Require that <noscript> contents be conforming in <head> too. (whatwg r4442)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3543
retrieving revision 1.3544
diff -u -d -r1.3543 -r1.3544
--- Overview.html	13 Dec 2009 17:43:37 -0000	1.3543
+++ Overview.html	14 Dec 2009 17:48:13 -0000	1.3544
@@ -260,7 +260,7 @@
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-13-december-2009">Editor's Draft 13 December 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-14-december-2009">Editor's Draft 14 December 2009</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -353,7 +353,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 13 December 2009 Editor's Draft.
+  This specification is the 14 December 2009 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
   what was previously the HTML4, XHTML1, and DOM2 HTML
@@ -11509,10 +11509,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>

Received on Monday, 14 December 2009 17:48:18 UTC