[html5] r891 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 14 15:07:56 PDT 2007


Author: ianh
Date: 2007-06-14 15:07:55 -0700 (Thu, 14 Jun 2007)
New Revision: 891

Modified:
   index
   source
Log:
[] (0) Make innerHTML in XML return a namespace-well-formed internal general parsed entity representation, so that it handles elements with multiple child nodes.

Modified: index
===================================================================
--- index	2007-06-14 21:52:02 UTC (rev 890)
+++ index	2007-06-14 22:07:55 UTC (rev 891)
@@ -4037,11 +4037,11 @@
    href="#innerhtml2">innerHTML</a></code> DOM attribute on <code><a
    href="#htmlelement">HTMLElement</a></code>s and <code><a
    href="#htmldocument">HTMLDocument</a></code>s, in an XML context, must
-   return a namespace-well-formed XML representation of the element or
-   document. User agents may adjust prefixes and namespace declarations in
-   the serialisation (and indeed might be forced to do so in some cases to
-   obtain namespace-well-formed XML). <a href="#refsXML">[XML]</a> <a
-   href="#refsXMLNS">[XMLNS]</a>
+   return an XML namespace-well-formed internal general parsed entity
+   representation of the element or document. User agents may adjust prefixes
+   and namespace declarations in the serialisation (and indeed might be
+   forced to do so in some cases to obtain namespace-well-formed XML). <a
+   href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a>
 
   <p>On setting, in an XML context, the <code title=dom-innerHTML-HTML><a
    href="#innerhtml0">innerHTML</a></code> DOM attribute on must run the

Modified: source
===================================================================
--- source	2007-06-14 21:52:02 UTC (rev 890)
+++ source	2007-06-14 22:07:55 UTC (rev 891)
@@ -2676,12 +2676,13 @@
 
   <p>On getting, the <code title="dom-innerHTML-XML">innerHTML</code>
   DOM attribute on <code>HTMLElement</code>s and
-  <code>HTMLDocument</code>s, in an XML context, must return a
-  namespace-well-formed XML representation of the element or
-  document. User agents may adjust prefixes and namespace declarations
-  in the serialisation (and indeed might be forced to do so in some
-  cases to obtain namespace-well-formed XML). <a
-  href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a></p>
+  <code>HTMLDocument</code>s, in an XML context, must return an XML
+  namespace-well-formed internal general parsed entity representation
+  of the element or document. User agents may adjust prefixes and
+  namespace declarations in the serialisation (and indeed might be
+  forced to do so in some cases to obtain namespace-well-formed
+  XML). <a href="#refsXML">[XML]</a> <a
+  href="#refsXMLNS">[XMLNS]</a></p>
 
   <p>On setting, in an XML context, the <code
   title="dom-innerHTML-HTML">innerHTML</code> DOM attribute on must




More information about the Commit-Watchers mailing list