Skip to content

Commit

Permalink
Wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Jan 14, 2025
1 parent de2d428 commit 5ce7c8a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2872,14 +2872,14 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
</ol>


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


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

0 comments on commit 5ce7c8a

Please sign in to comment.