html5/html4-differences Overview.html,1.187,1.188 Overview.src.html,1.201,1.202

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv19908

Modified Files:
	Overview.html Overview.src.html 
Log Message:
elaborate on noscript in XML

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- Overview.html	14 Sep 2012 12:35:20 -0000	1.187
+++ Overview.html	14 Sep 2012 12:43:02 -0000	1.188
@@ -1710,8 +1710,7 @@
     </ul>
 
     <p>Finally the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code> element is only conforming in the
-    HTML syntax. It is not included in the XML syntax as its usage relies on
-    an HTML parser.</p>
+    HTML syntax. It is not allowed in the XML syntax. This is because in order to not only hide visually but also prevent the content to run scripts, apply style sheets, have submittable form controls, load resources, and so forth, the HTML parser parses the content of the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code> element as plain text. The same is not possible with an XML parser.</p>
 
 
     <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- Overview.src.html	14 Sep 2012 12:35:26 -0000	1.201
+++ Overview.src.html	14 Sep 2012 12:43:02 -0000	1.202
@@ -1710,8 +1710,7 @@
     </ul>
 
     <p>Finally the <code data-anolis-spec=html>noscript</code> element is only conforming in the
-    HTML syntax. It is not included in the XML syntax as its usage relies on
-    an HTML parser.</p>
+    HTML syntax. It is not allowed in the XML syntax. This is because in order to not only hide visually but also prevent the content to run scripts, apply style sheets, have submittable form controls, load resources, and so forth, the HTML parser parses the content of the <code data-anolis-spec=html>noscript</code> element as plain text. The same is not possible with an XML parser.</p>
 
 
     <h3 id="obsolete-attributes">Obsolete Attributes</h3>

Received on Friday, 14 September 2012 12:43:06 UTC