Skip to content

Commit

Permalink
Update importNode
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Oct 14, 2020
1 parent b7fca66 commit efafdc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5278,8 +5278,9 @@ when invoked, must run these steps:
<li><p>If <var>node</var> is a <a>document</a> or <a for=/>shadow root</a>, then <a>throw</a> a
"{{NotSupportedError!!exception}}" {{DOMException}}.

<li><p>Return a <a lt="clone a node">clone</a> of <var>node</var>, with <a>this</a> and the
<i>clone children flag</i> set if <var>deep</var> is true.
<li><p>Return a <a lt="clone a node">clone</a> of <var>node</var>, with <a>this</a>, the
<i>clone children flag</i> set if <var>deep</var> is true, and the <i>clone shadows flag</i>
set to false.
</ol>

<p><a lt="Other applicable specifications">Specifications</a> may define
Expand Down

0 comments on commit efafdc6

Please sign in to comment.