hixie: XML documents can't have syntax errors, only documents 'labeled as XML' can have syntax errors. (whatwg r3944)

hixie: XML documents can't have syntax errors, only documents 'labeled
as XML' can have syntax errors. (whatwg r3944)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3105&r2=1.3106&f=h
http://html5.org/tools/web-apps-tracker?from=3943&to=3944

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3105
retrieving revision 1.3106
diff -u -d -r1.3105 -r1.3106
--- Overview.html 21 Sep 2009 23:36:57 -0000 1.3105
+++ Overview.html 21 Sep 2009 23:43:32 -0000 1.3106
@@ -1347,10 +1347,10 @@
   MIME type</a>, such as <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code>, then
   it is treated as an XML document by Web browsers, to be parsed by an
   XML processor. Authors are reminded that the processing for XML and
-  HTML differs; in particular, even minor syntax errors will prevent
-  an XML document from being rendered fully, whereas they would be
-  ignored in the HTML syntax. This specification defines version 5 of
-  the XHTML syntax, known as "XHTML5".<p>The DOM, the HTML syntax, and XML cannot all represent the same
+  HTML differs; in particular, even minor syntax errors will prevent a
+  document labeled as XML from being rendered fully, whereas they
+  would be ignored in the HTML syntax. This specification defines
+  version 5 of the XHTML syntax, known as "XHTML5".<p>The DOM, the HTML syntax, and XML cannot all represent the same
   content. For example, namespaces cannot be represented using the
   HTML syntax, but they are supported in the DOM and in XML.
   Similarly, documents that use the <code><a href="#the-noscript-element">noscript</a></code> feature can

Received on Monday, 21 September 2009 23:44:27 UTC