Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Replace appendChild() with concept-node-append in range's surroundCon…
Browse files Browse the repository at this point in the history
…tents()
  • Loading branch information
annevk committed Feb 13, 2014
1 parent 4f1ffc4 commit 475ba5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -7784,8 +7784,7 @@ <h3>Interface <code>Range</code></h3>
<li><p><span title=concept-range-insert>Insert</span> <var title>newParent</var> into
<span>context object</span>.

<li>Call <code
title=dom-Node-appendChild>appendChild(<var title>fragment</var>)</code> on
<li><p><span title=concept-node-append>Append</span> <var title>fragment</var> to
<var title>newParent</var>.

<li>Call <code title=dom-Range-selectNode>selectNode(<var
Expand Down
2 changes: 1 addition & 1 deletion dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -7822,7 +7822,7 @@ <h3 id="interface-range"><span class="secno">6.2 </span>Interface <code><a href=
<li><p><a href="#concept-range-insert" title="concept-range-insert">Insert</a> <var title="">newParent</var> into
<a href="#context-object">context object</a>.

<li>Call <code title="dom-Node-appendChild"><a href="#dom-node-appendchild">appendChild(<var title="">fragment</var>)</a></code> on
<li><p><a href="#concept-node-append" title="concept-node-append">Append</a> <var title="">fragment</var> to
<var title="">newParent</var>.

<li>Call <code title="dom-Range-selectNode"><a href="#dom-range-selectnode">selectNode(<var title="">newParent</var>)</a></code> on the <a href="#context-object">context object</a>.
Expand Down

0 comments on commit 475ba5e

Please sign in to comment.