[html5] r905 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 15 12:45:26 PDT 2007
Author: ianh
Date: 2007-06-15 12:45:25 -0700 (Fri, 15 Jun 2007)
New Revision: 905
Modified:
index
source
Log:
[e] (0) more work in trying to make this paragraph clear
Modified: index
===================================================================
--- index 2007-06-15 18:10:46 UTC (rev 904)
+++ index 2007-06-15 19:45:25 UTC (rev 905)
@@ -4042,9 +4042,10 @@
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 an XML namespace-well-formed <a
+ return a string in the form of an <a
href="http://www.w3.org/TR/xml/#wf-entities">internal general parsed
- entity</a> representation of the element or document. User agents may
+ entity</a> that is XML namespace-well-formed, the string being an
+ isomorphic serialisation of that 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
Modified: source
===================================================================
--- source 2007-06-15 18:10:46 UTC (rev 904)
+++ source 2007-06-15 19:45:25 UTC (rev 905)
@@ -2681,10 +2681,11 @@
<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 an XML
- namespace-well-formed <a
+ <code>HTMLDocument</code>s, in an XML context, must return a string
+ in the form of an <a
href="http://www.w3.org/TR/xml/#wf-entities">internal general parsed
- entity</a> representation of the element or document. User agents
+ entity</a> that is XML namespace-well-formed, the string being an
+ isomorphic serialisation of that 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
More information about the Commit-Watchers
mailing list