From 6572970bc2100d35bef19ce7fcb94d32f54742ae Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Mon, 11 Nov 2024 10:33:46 -0500 Subject: [PATCH] Enable moves in a connected `ShadowRoot` `DocumentFragment` node --- dom.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index 75f117ff..2f556baa 100644 --- a/dom.bs +++ b/dom.bs @@ -2663,8 +2663,8 @@ of a node into a parent before a child, run the node's shadow-including root, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.

-
  • If parent is not an {{Element}} node, then throw a - "{{HierarchyRequestError!!exception}}" {{DOMException}}. +

  • If parent is not an {{Element}} or {{DocumentFragment}} node, then + throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.

  • If node is a host-including inclusive ancestor of parent, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.