Skip to content

Commit

Permalink
Moving steps prose
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Oct 15, 2024
1 parent 696e0fe commit a9d54c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,12 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
<p><a lt="Other applicable specifications">Specifications</a> may define <dfn export
id=concept-moving-steps-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.
ignore>oldParent</var> as indicated in the <a for=/>move</a> algorithm below. Like the <span
data-x="concept-insertion-steps-ext">insertion steps</span>, 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 export id=concept-node-move>move</dfn> a <var>node</var> into a <var>parent</var> before
a <var>child</var>, run these steps:
Expand Down

0 comments on commit a9d54c5

Please sign in to comment.