File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4517,11 +4517,10 @@ dom-Range-extractContents, dom-Range-cloneContents -->
4517
4517
<li><p> Set <var> copy</var> 's <a for=Element>shadow root</a>' s <a for=ShadowRoot>declarative</a>
4518
4518
to <var> node</var> 's <a for=Element>shadow root</a>' s <a for=ShadowRoot>declarative</a> .
4519
4519
4520
- <li><p> If the <i> clone children flag</i> is set, then for each <a for=tree>child</a>
4521
- <var> child</var> of <var> node</var> 's <a for=Element>shadow root</a> , in <a>tree order</a> :
4522
- <a>append</a> the result of <a lt="clone a node">cloning</a> <var> child</var> with
4523
- <var> document</var> and the <i> clone children flag</i> set, to <var> copy</var> 's
4524
- <a for=Element>shadow root</a> .
4520
+ <li><p> For each <a for=tree>child</a> <var> child</var> of <var> node</var> 's
4521
+ <a for=Element>shadow root</a> , in <a>tree order</a> : <a>append</a> the result of
4522
+ <a lt="clone a node">cloning</a> <var> child</var> with <var> document</var> and the
4523
+ <i> clone children flag</i> set, to <var> copy</var> 's <a for=Element>shadow root</a> .
4525
4524
</ol>
4526
4525
4527
4526
<li><p> Return <var> copy</var> .
You can’t perform that action at this time.
0 commit comments