[html5] r3944 - [e] (0) XML documents can't have syntax errors, only documents 'labeled as XML' [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 16:50:22 PDT 2009
Author: ianh
Date: 2009-09-21 16:50:21 -0700 (Mon, 21 Sep 2009)
New Revision: 3944
Modified:
index
source
Log:
[e] (0) XML documents can't have syntax errors, only documents 'labeled as XML' can have syntax errors.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7459
Modified: index
===================================================================
--- index 2009-09-21 23:43:46 UTC (rev 3943)
+++ index 2009-09-21 23:50:21 UTC (rev 3944)
@@ -1317,10 +1317,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>
+ 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>
<p>The DOM, the HTML syntax, and XML cannot all represent the same
content. For example, namespaces cannot be represented using the
Modified: source
===================================================================
--- source 2009-09-21 23:43:46 UTC (rev 3943)
+++ source 2009-09-21 23:50:21 UTC (rev 3944)
@@ -273,10 +273,10 @@
MIME type</span>, such as <code>application/xhtml+xml</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>
+ 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>
<p>The DOM, the HTML syntax, and XML cannot all represent the same
content. For example, namespaces cannot be represented using the
More information about the Commit-Watchers
mailing list