[html5] r3950 - [e] (0) Gotta make sure that the element itself has no declarations otherwise wh [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 21 17:32:03 PDT 2009


Author: ianh
Date: 2009-09-21 17:32:02 -0700 (Mon, 21 Sep 2009)
New Revision: 3950

Modified:
   index
   source
Log:
[e] (0) Gotta make sure that the element itself has no declarations otherwise who knows what that actually means...

Modified: index
===================================================================
--- index	2009-09-22 00:26:39 UTC (rev 3949)
+++ index	2009-09-22 00:32:02 UTC (rev 3950)
@@ -71028,8 +71028,9 @@
 
   <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>
+  consisting of an element with no namespace declarations 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 must raise an

Modified: source
===================================================================
--- source	2009-09-22 00:26:39 UTC (rev 3949)
+++ source	2009-09-22 00:32:02 UTC (rev 3950)
@@ -84349,8 +84349,9 @@
 
   <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>
+  consisting of an element with no namespace declarations 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 must raise an




More information about the Commit-Watchers mailing list