Skip to content

Commit 5ce7c8a

Browse files
committed
Wrapping
1 parent de2d428 commit 5ce7c8a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dom.bs

+8-8
Original file line numberDiff line numberDiff line change
@@ -2872,14 +2872,14 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
28722872
</ol>
28732873

28742874

2875-
<p><a lt="Other applicable specifications">Specifications</a> may define <dfn export
2876-
id=concept-node-move-ext>moving steps</dfn> for all or some <a for=/>nodes</a>. The algorithm is
2877-
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 <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.
2875+
<p><a lt="Other applicable specifications">Specifications</a> may define
2876+
<dfn export id=concept-node-move-ext>moving steps</dfn> for all or some <a for=/>nodes</a>. The
2877+
algorithm is passed a <a for=/>node</a> <var ignore>movedNode</var>, and a <a for=/>node</a>-or-null
2878+
<var ignore>oldParent</var> as indicated in the <a for=/>move</a> algorithm below. Like the
2879+
<a>insertion steps</a>, these steps must not modify the <a>node tree</a> that
2880+
<var>insertedNode</var> <a>participates</a> in, create <a for=/>browsing contexts</a>,
2881+
<a lt="fire an event">fire events</a>, or otherwise execute JavaScript. These steps may queue tasks
2882+
to do these things 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)