diff --git a/dom.bs b/dom.bs index 5380bcc3..8770c427 100644 --- a/dom.bs +++ b/dom.bs @@ -2872,14 +2872,14 @@ before a child, with an optional suppress observers flag, run -
Specifications may define moving steps for all or some nodes. The algorithm is -passed a node movedNode, and a node-or-null oldParent as indicated in the move algorithm below. Like the insertion -steps, these steps must not modify the node tree that insertedNode -participates in, create browsing contexts, fire -events, or otherwise execute JavaScript. These steps may queue tasks to do these things -asynchronously, however. +
Specifications may define +moving steps for all or some nodes. The +algorithm is passed a node movedNode, and a node-or-null +oldParent as indicated in the move algorithm below. Like the +insertion steps, these steps must not modify the node tree that +insertedNode participates in, create browsing contexts, +fire events, or otherwise execute JavaScript. These steps may queue tasks +to do these things asynchronously, however.