File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4572,6 +4572,10 @@ boolean <var>subtree</var>:
4572
4572
<a>other applicable specifications</a> and pass <var> node</var> , <var> copy</var> , and
4573
4573
<var> subtree</var> as parameters.
4574
4574
4575
+ <li><p> If <var> subtree</var> is true, then for each <var> child</var> of <var> node</var> 's
4576
+ <a for=tree>children</a> , in <a>tree order</a> : <a>clone a node and append</a> given
4577
+ <var> child</var> , <var> copy</var> , <var> document</var> , and <var> subtree</var> .
4578
+
4575
4579
<li>
4576
4580
<p> If <var> node</var> is an <a for=/>element</a> , <a for=Element>shadow host</a> , and its
4577
4581
<a for=Element>shadow root</a> 's <a for=ShadowRoot>clonable</a> is true:
@@ -4594,9 +4598,7 @@ boolean <var>subtree</var>:
4594
4598
<var> subtree</var> .
4595
4599
</ol>
4596
4600
4597
- < li > < p > If < var > subtree</ var > is true, then for each < var > child</ var > of < var > node</ var > 's
4598
- < a for =tree > children</ a > , in < a > tree order</ a > : < a > clone a node and append</ a > given
4599
- < var > child</ var > , < var > copy</ var > , < var > document</ var > , and < var > subtree</ var > .
4601
+ <li><p> Return <var> copy</var> .
4600
4602
</ol>
4601
4603
</div>
4602
4604
You can’t perform that action at this time.
0 commit comments