- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 00:54:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25369
Modified Files:
Overview.html
Log Message:
<noscript> in <head> needs to not cause parse errors. (bug 6213) (whatwg r2619)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1788
retrieving revision 1.1789
diff -u -d -r1.1788 -r1.1789
--- Overview.html 30 Dec 2008 00:49:37 -0000 1.1788
+++ Overview.html 30 Dec 2008 00:54:22 -0000 1.1789
@@ -8250,7 +8250,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>
Received on Tuesday, 30 December 2008 00:54:37 UTC