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:
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.
If any of the following conditions are false:
-If perform state-preserving atomic move is true, then set this's node document's state-preserving atomic move in progress to true.
node is connected;
this's node document is fully active; or
then throw "{{HierarchyRequestError!!exception}}" {{DOMException}}.
+ +Set this's node document's + state-preserving atomic move in progress to true.
Let return node be the result of pre-inserting node into this before child.