@@ -2872,14 +2872,14 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
2872
2872
</ol>
2873
2873
2874
2874
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.
2883
2883
2884
2884
2885
2885
<p> To <dfn>move</dfn> a <a for=/>node</a> <var> node</var> into a <a for=/>node</a>
0 commit comments