Skip to content

Commit 1161a5e

Browse files
committed
nits
1 parent 6c2b768 commit 1161a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dom.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4619,7 +4619,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
46194619
to <var>node</var>'s <a for=Element>shadow root</a>'s <a for=ShadowRoot>declarative</a>.
46204620

46214621
<li><p><a>Clone a node's children</a> given <var>node</var>'s <a for=Element>shadow root</a>,
4622-
<var>copy</var>'s <a for=Element>shadow root</a>, and <var>document</var>.
4622+
<var>copy</var>'s <a for=Element>shadow root</a>, <var>document</var>, and <var>subtree</var>.
46234623
</ol>
46244624
</ol>
46254625
</li>
@@ -4664,7 +4664,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
46644664

46654665
<li><p>Run any <a>cloning steps</a> defined for <var>node</var> in
46664666
<a>other applicable specifications</a> and pass <var>node</var>, <var>copy</var>, and
4667-
<var>subtree</var>.
4667+
<var>subtree</var> as parameters.
46684668

46694669
<li><p>Return <var>copy</var>.
46704670
</ol>

0 commit comments

Comments
 (0)