[html5] r904 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 15 11:10:49 PDT 2007


Author: ianh
Date: 2007-06-15 11:10:46 -0700 (Fri, 15 Jun 2007)
New Revision: 904

Modified:
   index
   source
Log:
[e] (0) Link to the definition of the XML term 'internal general parsed entity'

Modified: index
===================================================================
--- index	2007-06-15 04:00:57 UTC (rev 903)
+++ index	2007-06-15 18:10:46 UTC (rev 904)
@@ -4042,11 +4042,13 @@
    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 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>
+   return an XML namespace-well-formed <a
+   href="http://www.w3.org/TR/xml/#wf-entities">internal general parsed
+   entity</a> 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>If any of the following cases are found in the DOM being serialised, the
    user agent must raise an <code>INVALID_STATE_ERR</code> exception:

Modified: source
===================================================================
--- source	2007-06-15 04:00:57 UTC (rev 903)
+++ source	2007-06-15 18:10:46 UTC (rev 904)
@@ -2682,11 +2682,12 @@
   <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 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
+  namespace-well-formed <a
+  href="http://www.w3.org/TR/xml/#wf-entities">internal general parsed
+  entity</a> 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>If any of the following cases are found in the DOM being




More information about the Commit-Watchers mailing list