[html5] r3949 - [e] (0) Clarify what the XML fragment serialization algorithm means by an intern [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 21 17:26:40 PDT 2009


Author: ianh
Date: 2009-09-21 17:26:39 -0700 (Mon, 21 Sep 2009)
New Revision: 3949

Modified:
   index
   source
Log:
[e] (0) Clarify what the XML fragment serialization algorithm means by an internal general parsed entity being XML namespace-well-formed.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7487

Modified: index
===================================================================
--- index	2009-09-22 00:12:11 UTC (rev 3948)
+++ index	2009-09-22 00:26:39 UTC (rev 3949)
@@ -27599,9 +27599,9 @@
   appropriate error message.</p>
 
   <p>To enable authors to use MathML tools that only accept MathML in
-  its XML form, interactive HTML user agents are encouraged to
-  provide a way to export any MathML fragment as a
-  namespace-well-formed XML fragment.</p>
+  its XML form, interactive HTML user agents are encouraged to provide
+  a way to export any MathML fragment as an XML namespace-well-formed
+  XML fragment.</p>
 
   </div>
 
@@ -27655,7 +27655,7 @@
 
   <p>To enable authors to use SVG tools that only accept SVG in its
   XML form, interactive HTML user agents are encouraged to provide a
-  way to export any SVG fragment as a namespace-well-formed XML
+  way to export any SVG fragment as an XML namespace-well-formed XML
   fragment.</p>
 
   </div>
@@ -71026,8 +71026,13 @@
   pick up the surrounding default ns when setting --> (This doesn't
   apply in the <code>Document</code> case.) <a href=#refsXML>[XML]</a> <a href=#refsXMLNS>[XMLNS]</a></p>
 
+  <p>For the purposes of this section, an internal general parsed
+  entity is considered XML namespace-well-formed if a document
+  consisting of an element whose contents are the internal general
+  parsed entity would itself be XML namespace-well-formed.</p>
+
   <p>If any of the following error cases are found in the DOM subtree
-  being serialized, then the algorithm raises an
+  being serialized, then the algorithm must raise an
   <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception instead of returning a
   string:</p>
 

Modified: source
===================================================================
--- source	2009-09-22 00:12:11 UTC (rev 3948)
+++ source	2009-09-22 00:26:39 UTC (rev 3949)
@@ -30383,9 +30383,9 @@
   appropriate error message.</p>
 
   <p>To enable authors to use MathML tools that only accept MathML in
-  its XML form, interactive HTML user agents are encouraged to
-  provide a way to export any MathML fragment as a
-  namespace-well-formed XML fragment.</p>
+  its XML form, interactive HTML user agents are encouraged to provide
+  a way to export any MathML fragment as an XML namespace-well-formed
+  XML fragment.</p>
 
   </div>
 
@@ -30439,7 +30439,7 @@
 
   <p>To enable authors to use SVG tools that only accept SVG in its
   XML form, interactive HTML user agents are encouraged to provide a
-  way to export any SVG fragment as a namespace-well-formed XML
+  way to export any SVG fragment as an XML namespace-well-formed XML
   fragment.</p>
 
   </div>
@@ -84347,8 +84347,13 @@
   apply in the <code>Document</code> case.) <a
   href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a></p>
 
+  <p>For the purposes of this section, an internal general parsed
+  entity is considered XML namespace-well-formed if a document
+  consisting of an element whose contents are the internal general
+  parsed entity would itself be XML namespace-well-formed.</p>
+
   <p>If any of the following error cases are found in the DOM subtree
-  being serialized, then the algorithm raises an
+  being serialized, then the algorithm must raise an
   <code>INVALID_STATE_ERR</code> exception instead of returning a
   string:</p>
 




More information about the Commit-Watchers mailing list