html5/spec Overview.html,1.2095,1.2096

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

Modified Files:
	Overview.html 
Log Message:
Remove mention of renameNode() since it is going to be dropped from Web DOM Core. (credit: hs) (bug 6690) (whatwg r2931)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2095
retrieving revision 1.2096
diff -u -d -r1.2095 -r1.2096
--- Overview.html	31 Mar 2009 03:38:50 -0000	1.2095
+++ Overview.html	31 Mar 2009 03:46:32 -0000	1.2096
@@ -7820,19 +7820,6 @@
     time.</p>
 
    </dd>
-
-
-   <dt><code title="">Document.renameNode()</code></dt>
-
-   <dd>
-
-    <p>HTML element names are <a href=#converted-to-lowercase>converted to lowercase</a> when
-    the elements are created. <span class=impl>Thus, if the new
-    namespace passed to the <code title="">Document.renameNode()</code> method is the <a href=#html-namespace-0>HTML
-    namespace</a>, the new qualified name must be <a href=#converted-to-lowercase>converted
-    to lowercase</a> before the rename takes place.</span></p>
-
-   </dd>
    
 
   </dl><h3 id=dynamic-markup-insertion><span class=secno>3.7 </span><dfn>Dynamic markup insertion</dfn></h3><p class=note>APIs for dynamically inserting markup into the
@@ -44372,8 +44359,9 @@
       contain <span>prose content</span> other than <a href=#phrasing-content-0>phrasing
       content</a>, and has a parent element whose content model
       allows that parent to contain any <span>prose content</span>,
-      rename the element (as if the <code title="">Element.renameNode()</code> method had been used) to
-      <var title="">value</var>, using the HTML namespace.</p>
+      replace the element with one in the HTML namespace whose name is
+      <var title="">value</var>, and move all the children that were
+      in the element to the new element.</p>
       <p>If there is no selection, then, where in the description
       above refers to the selection, the user agent must act as if the
       selection was an empty range (with just one position) at the
@@ -51998,7 +51986,7 @@
 
         <p>Append a U+003C LESS-THAN SIGN (<code title="">&lt;</code>)
         character, followed by the element's tag name. (For nodes
-        created by the <a href=#html-parser>HTML parser</a>, <code title="">Document.createElement()</code>, or <code title="">Document.renameNode()</code>, the tag name will be
+        created by the <a href=#html-parser>HTML parser</a> or <code title="">Document.createElement()</code>, the tag name will be
         lowercase.)</p>
 
         <p>For each attribute that the element has, append a U+0020

Received on Tuesday, 31 March 2009 03:46:44 UTC