Skip to content

Commit

Permalink
Copy the origin pointer when cloning a document
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 7, 2016
1 parent d3a93d5 commit 623f655
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3950,10 +3950,9 @@ dom-Range-extractContents, dom-Range-cloneContents -->

<dl class=switch>
<dt>{{Document}}
<dd>
<p>Set <var>copy</var>'s <a for=Document>encoding</a>,
<a for=Document>content type</a>, <a for=Document>URL</a>, <a for=Document>type</a>,
and <a for=Document>mode</a>, to those of <var>node</var>.
<dd><p>Set <var>copy</var>'s <a for=Document>encoding</a>, <a for=Document>content type</a>,
<a for=Document>URL</a>, <a for=Document>origin</a>, <a for=Document>type</a>, and
<a for=Document>mode</a>, to those of <var>node</var>.

<dt>{{DocumentType}}
<dd><p>Set <var>copy</var>'s <a for=DocumentType>name</a>, <a>public ID</a>, and
Expand Down

0 comments on commit 623f655

Please sign in to comment.