Skip to content

Commit

Permalink
Enable moves in a connected ShadowRoot DocumentFragment node
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 11, 2024
1 parent 8b111ad commit 6572970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,8 @@ of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run the
<var>node</var>'s <a for=/>shadow-including root</a>, then <a>throw</a> a
"{{HierarchyRequestError!!exception}}" {{DOMException}}.</p></li>

<li><p>If <var>parent</var> is not an {{Element}} <a for=/>node</a>, then <a>throw</a> a
"{{HierarchyRequestError!!exception}}" {{DOMException}}.
<li><p>If <var>parent</var> is not an {{Element}} or {{DocumentFragment}} <a for=/>node</a>, then
<a>throw</a> a "{{HierarchyRequestError!!exception}}" {{DOMException}}.

<li><p>If <var>node</var> is a <a>host-including inclusive ancestor</a> of <var>parent</var>, then
<a>throw</a> a "{{HierarchyRequestError!!exception}}" {{DOMException}}.
Expand Down

0 comments on commit 6572970

Please sign in to comment.