diff --git a/dom.bs b/dom.bs index 9f9d5572..2fe3036c 100644 --- a/dom.bs +++ b/dom.bs @@ -5037,13 +5037,22 @@ return the result of pre-removing child from this. method steps are:
    -
  1. Let perform state-preserving atomic move be true if this is - connected, node is connected, this's node - document is fully active, and this's root is the same as - node's root.

  2. . +
  3. If any of the following conditions are false:

    -
  4. If perform state-preserving atomic move is true, then set this's node document's state-preserving atomic move in progress to true.

  5. + + +
  6. then throw "{{HierarchyRequestError!!exception}}" {{DOMException}}.

    + +
  7. Set this's node document's + state-preserving atomic move in progress to true.

  8. Let return node be the result of pre-inserting node into this before child.