Skip to content

Commit de2d428

Browse files
committed
Remove incorrect data-x and span
1 parent 32a8a68 commit de2d428

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dom.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -2875,11 +2875,11 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
28752875
<p><a lt="Other applicable specifications">Specifications</a> may define <dfn export
28762876
id=concept-node-move-ext>moving steps</dfn> for all or some <a for=/>nodes</a>. The algorithm is
28772877
passed a <a for=/>node</a> <var ignore>movedNode</var>, and a <a for=/>node</a>-or-null <var
2878-
ignore>oldParent</var> as indicated in the <a for=/>move</a> algorithm below. Like the <span
2879-
data-x="concept-insertion-steps-ext">insertion steps</span>, these steps must not modify the
2880-
<a>node tree</a> that <var>insertedNode</var> <a>participates</a> in, create
2881-
<a for=/>browsing contexts</a>, <a lt="fire an event">fire events</a>, or otherwise execute
2882-
JavaScript. These steps may queue tasks to do these things asynchronously, however.
2878+
ignore>oldParent</var> as indicated in the <a for=/>move</a> algorithm below. Like the <a>insertion
2879+
steps</a>, these steps must not modify the <a>node tree</a> that <var>insertedNode</var>
2880+
<a>participates</a> in, create <a for=/>browsing contexts</a>, <a lt="fire an event">fire
2881+
events</a>, or otherwise execute JavaScript. These steps may queue tasks to do these things
2882+
asynchronously, however.
28832883

28842884

28852885
<p>To <dfn>move</dfn> a <a for=/>node</a> <var>node</var> into a <a for=/>node</a>

0 commit comments

Comments
 (0)