Skip to content

Commit f686b66

Browse files
committed
nits
1 parent 6d3d2f5 commit f686b66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dom.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4532,13 +4532,15 @@ each <a for=tree>descendant</a> <a>exclusive <code>Text</code> node</a> <var>nod
45324532

45334533
<div class=impl>
45344534

4535+
<div algorithm>
45354536
<a lt="Other applicable specifications">Specifications</a> may define
45364537
<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.
45394540

45404541
<p class=note>HTML defines <a>cloning steps</a> for several elements, such as <{input}>, <{script}>,
45414542
and <{template}>. SVG ought to do the same for its <{script}> elements, but does not.
4543+
</div>
45424544

45434545
<div algorithm>
45444546
<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
46834685
</ol>
46844686
</div>
46854687

4688+
<div algorithm>
46864689
<p>The <dfn method for=Node><code>cloneNode(<var>subtree</var>)</code></dfn> method steps are:
46874690

46884691
<ol>
@@ -4692,6 +4695,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
46924695
<li><p>Return the result of <a>cloning a node</a> given <a>this</a>, <a>this</a>'s
46934696
<a for=Node>node document</a>, and <var>subtree</var>.
46944697
</ol>
4698+
</div>
46954699

46964700
<p>A <a for=/>node</a> <var>A</var> <dfn export for=Node id=concept-node-equals>equals</dfn> a
46974701
<a for=/>node</a> <var>B</var> if all of the following conditions are true:
@@ -5608,6 +5612,7 @@ method steps are:
56085612
"{{HierarchyRequestError!!exception}}" {{DOMException}}.
56095613
</dl>
56105614

5615+
<div algorithm>
56115616
<p>The <dfn method for=Document><code>importNode(<var>node</var>, <var>subtree</var>)</code></dfn>
56125617
method steps are:
56135618

@@ -5618,6 +5623,7 @@ method steps are:
56185623
<li><p>Return the result of <a>cloning a node</a> given <var>node</var>, <a>this</a>, and
56195624
<var>subtree</var>.
56205625
</ol>
5626+
</div>
56215627

56225628
<p><a lt="Other applicable specifications">Specifications</a> may define
56235629
<dfn export id=concept-node-adopt-ext>adopting steps</dfn> for all or some <a for=/>nodes</a>. The

0 commit comments

Comments
 (0)