From 906d710ce9cf270e27c0e0fd3d4b8791a621f2ea Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 15 Oct 2024 21:03:45 -0400 Subject: [PATCH] Ordering and format --- dom.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom.bs b/dom.bs index d863002d..74a2689b 100644 --- a/dom.bs +++ b/dom.bs @@ -2663,15 +2663,15 @@ of a node into a parent before a child, run the node's shadow-including root, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.

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

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

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

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

  • +
  • If child is non-null and its parent is not parent, then throw a "{{NotFoundError!!exception}}" {{DOMException}}.