@@ -4532,13 +4532,15 @@ each <a for=tree>descendant</a> <a>exclusive <code>Text</code> node</a> <var>nod
4532
4532
4533
4533
<div class=impl>
4534
4534
4535
+ <div algorithm>
4535
4536
<a lt="Other applicable specifications">Specifications</a> may define
4536
4537
<dfn export id=concept-node-clone-ext>cloning steps</dfn> for all or some <a for=/>nodes</a> . The
4537
- algorithm is passed <var> node</var> , <var> copy</var> , and <var> subtree</var> as indicated in the
4538
- <a>clone a single node</a> algorithm.
4538
+ algorithm is passed <var ignore > node</var> , <var ignore > copy</var> , and <var ignore > subtree</var> as
4539
+ indicated in the <a>clone a single node</a> algorithm.
4539
4540
4540
4541
<p class=note> HTML defines <a>cloning steps</a> for several elements, such as <{input}> , <{script}> ,
4541
4542
and <{template}> . SVG ought to do the same for its <{script}> elements, but does not.
4543
+ </div>
4542
4544
4543
4545
<div algorithm>
4544
4546
<p> To <dfn export id=concept-node-clone local-lt="clone">clone a node</dfn> given a
@@ -4683,6 +4685,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
4683
4685
</ol>
4684
4686
</div>
4685
4687
4688
+ <div algorithm>
4686
4689
<p> The <dfn method for=Node><code>cloneNode(<var>subtree</var>)</code></dfn> method steps are:
4687
4690
4688
4691
<ol>
@@ -4692,6 +4695,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
4692
4695
<li><p> Return the result of <a>cloning a node</a> given <a>this</a> , <a>this</a> 's
4693
4696
<a for=Node>node document</a> , and <var> subtree</var> .
4694
4697
</ol>
4698
+ </div>
4695
4699
4696
4700
<p> A <a for=/>node</a> <var> A</var> <dfn export for=Node id=concept-node-equals>equals</dfn> a
4697
4701
<a for=/>node</a> <var> B</var> if all of the following conditions are true:
@@ -5608,6 +5612,7 @@ method steps are:
5608
5612
"{{HierarchyRequestError!!exception}} " {{DOMException}} .
5609
5613
</dl>
5610
5614
5615
+ <div algorithm>
5611
5616
<p> The <dfn method for=Document><code>importNode(<var>node</var>, <var>subtree</var>)</code></dfn>
5612
5617
method steps are:
5613
5618
@@ -5618,6 +5623,7 @@ method steps are:
5618
5623
<li><p> Return the result of <a>cloning a node</a> given <var> node</var> , <a>this</a> , and
5619
5624
<var> subtree</var> .
5620
5625
</ol>
5626
+ </div>
5621
5627
5622
5628
<p> <a lt="Other applicable specifications">Specifications</a> may define
5623
5629
<dfn export id=concept-node-adopt-ext>adopting steps</dfn> for all or some <a for=/>nodes</a> . The
0 commit comments