diff --git a/dom.bs b/dom.bs index a4aabb43..cbb453a6 100644 --- a/dom.bs +++ b/dom.bs @@ -4517,11 +4517,10 @@ dom-Range-extractContents, dom-Range-cloneContents -->
Set copy's shadow root's declarative to node's shadow root's declarative. -
If the clone children flag is set, then for each child - child of node's shadow root, in tree order: - append the result of cloning child with - document and the clone children flag set, to copy's - shadow root. +
For each child child of node's + shadow root, in tree order: append the result of + cloning child with document and the + clone children flag set, to copy's shadow root.
Return copy.