diff --git a/dom.bs b/dom.bs index 2a7c77e07..f1e2bfffa 100644 --- a/dom.bs +++ b/dom.bs @@ -2360,6 +2360,8 @@ of a node into a parent before a child, run the
If referenceChild is node, then set referenceChild to node's next sibling. +
Adopt node into parent's node document. +
Insert node into parent before referenceChild.
Return node. @@ -2424,8 +2426,6 @@ before a child, with an optional suppress observers flag, run
For each node in nodes, in tree order:
Adopt node into parent's node document. -
If child is null, then append node to parent's children. @@ -2538,6 +2538,8 @@ within a parent, run these steps:
Let previousSibling be child's previous sibling. +
Adopt node into parent's node document. +
Let removedNodes be the empty set.
If node is non-null, then adopt node into parent's + node document. +
Let removedNodes be parent's children.
Let addedNodes be the empty set. @@ -5307,9 +5312,6 @@ must run these steps:
If node is a shadow root, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}. -
If node is a {{DocumentFragment}} node whose - host is non-null, then return. -
Return node.