Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Remove mention of renameNode() since it is going to be dropped…
… from Web DOM Core. (credit: hs) (bug 6690)

git-svn-id: http://svn.whatwg.org/webapps@2931 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent 8999310 commit 539458c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
20 changes: 4 additions & 16 deletions index
Expand Up @@ -8782,19 +8782,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down Expand Up @@ -49642,8 +49629,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
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
Expand Down Expand Up @@ -57569,7 +57557,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

<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
Expand Down
25 changes: 5 additions & 20 deletions source
Expand Up @@ -9128,20 +9128,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
time.</p>

</dd>


<dt><code title="">Document.renameNode()</code></dt>

<dd>

<p>HTML element names are <span>converted to lowercase</span> when
the elements are created. <span class="impl">Thus, if the new
namespace passed to the <code
title="">Document.renameNode()</code> method is the <span>HTML
namespace</span>, the new qualified name must be <span>converted
to lowercase</span> before the rename takes place.</span></p>

</dd>


</dl>
Expand Down Expand Up @@ -57913,9 +57899,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
contain <span>prose content</span> other than <span>phrasing
content</span>, 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
Expand Down Expand Up @@ -70106,9 +70092,8 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

<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 <span>HTML parser</span>, <code
title="">Document.createElement()</code>, or <code
title="">Document.renameNode()</code>, the tag name will be
created by the <span>HTML parser</span> 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
Expand Down

0 comments on commit 539458c

Please sign in to comment.