- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 09:57:15 +0900 (JST)
- To: public-html-diffs@w3.org
<noscript> in <head> needs to not cause parse errors. (bug 6213) (whatwg
r2619)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6213
4.3.2 The noscript element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1789.html#the-noscript-element
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1788&r2=1.1789&f=h
http://html5.org/tools/web-apps-tracker?from=2618&to=2619
===================================================================
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:57:50 UTC