diff --git a/dom.bs b/dom.bs index c6fa1f22..ea584838 100644 --- a/dom.bs +++ b/dom.bs @@ -2869,7 +2869,7 @@ passed a node movedNode, and a node- ignore>oldParent as indicated in the move algorithm below.

To move a node into a parent before -a child, with an optional suppress observers flag, run these steps: +a child, run these steps:

  1. Let oldParent be node's parent. @@ -2944,17 +2944,11 @@ a child, with an optional suppress observers flag, run these s

-
  • -

    If suppress observers flag is unset, then: - -

      -
    1. Queue a tree mutation record for parent with « », nodes, - previousSibling, and child.

    2. +
    3. Queue a tree mutation record for parent with « », nodes, + previousSibling, and child.

    4. -
    5. Queue a tree mutation record for parent with nodes, « », - previousSibling, and child.

    6. -
    -
  • +
  • Queue a tree mutation record for parent with nodes, « », + previousSibling, and child.

  • Run the children changed steps for parent.