html5/spec Overview.html,1.955,1.956

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31827

Modified Files:
	Overview.html 
Log Message:
make innerHTML on XML documents not do the xmlns='' thing. (whatwg r1766)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.955
retrieving revision 1.956
diff -u -d -r1.955 -r1.956
--- Overview.html	13 Jun 2008 02:32:08 -0000	1.955
+++ Overview.html	13 Jun 2008 03:27:40 -0000	1.956
@@ -4395,13 +4395,17 @@
    be an isomorphic serialization of all of that node's child nodes, in
    document order. User agents may adjust prefixes and namespace declarations
    in the serialization (and indeed might be forced to do so in some cases to
-   obtain namespace-well-formed XML). If any of the elements in the
-   serialization are in no namespace, the default namespace in scope for
-   those elements must be explicitly declared as the empty
-   string.<!-- because otherwise
-  round-tripping might break since it'll pick up the surrounding
-  default ns when setting -->
-   <a href="#references">[XML]</a> <a href="#references">[XMLNS]</a>
+   obtain namespace-well-formed XML). For the <code
+   title=dom-innerHTML-XML><a href="#innerhtml1">innerHTML</a></code>
+   attribute on <code><a href="#htmlelement">HTMLElement</a></code> objects,
+   if any of the elements in the serialization are in no namespace, the
+   default namespace in scope for those elements must be explicitly declared
+   as the empty string.<!-- because otherwise round-tripping might break
+  since it'll pick up the surrounding default ns when setting -->
+   (This doesn't apply to the <code title=dom-innerHTML-XML><a
+   href="#innerhtml1">innerHTML</a></code> attribute on <code><a
+   href="#htmldocument">HTMLDocument</a></code> objects.) <a
+   href="#references">[XML]</a> <a href="#references">[XMLNS]</a>
 
   <p>If any of the following cases are found in the DOM being serialized, the
    user agent must raise an <code>INVALID_STATE_ERR</code> exception:
@@ -5917,7 +5921,7 @@
    <!-- SECOND -->
 
    <li>
-    <p>Let <var title="">second</var> be 0. It may be changed to another
+    <p>Let <var title="">second</var> be 0. It might be changed to another
      value in the next step.
 
    <li>
@@ -20410,7 +20414,7 @@
    the values 0, 0, the <code title=dom-imagedata-width><a
    href="#width3">width</a></code> member of the <var
    title="">imagedata</var> structure, and the <code
-   title=dom-imagedata-height><a href="#height2">height</a></code>member of
+   title=dom-imagedata-height><a href="#height2">height</a></code> member of
    the <var title="">imagedata</var> structure, respectively.
 
   <p>When invoked with arguments that do not, per the last few paragraphs,

Received on Friday, 13 June 2008 03:28:24 UTC