- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 12:48:33 +0900 (JST)
- To: public-html-diffs@w3.org
Remove mention of renameNode() since it is going to be dropped from Web DOM Core. (credit: hs) (bug 6690) (whatwg r2931) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6690 3.7 Dynamic markup insertion http://people.w3.org/mike/diffs/html5/spec/Overview.1.2096.html#dynamic-markup-insertion formatBlock http://people.w3.org/mike/diffs/html5/spec/Overview.1.2096.html#command-formatblock HTML fragment serialization algorithm http://people.w3.org/mike/diffs/html5/spec/Overview.1.2096.html#html-fragment-serialization-algorithm 3.6 APIs in HTML documents http://people.w3.org/mike/diffs/html5/spec/Overview.1.2096.html#apis-in-html-documents http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2095&r2=1.2096&f=h http://html5.org/tools/web-apps-tracker?from=2930&to=2931 =================================================================== 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=""><</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:49:10 UTC