From a9d54c5302f43d638afa5291c4f4831581c972a6 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 15 Oct 2024 14:30:43 -0400 Subject: [PATCH] Moving steps prose --- dom.bs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index c9a2595b..56ece284 100644 --- a/dom.bs +++ b/dom.bs @@ -2866,7 +2866,12 @@ 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. +ignore>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. +

To move a node into a parent before a child, run these steps: