Skip to content

Commit

Permalink
Ordering and format
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Oct 16, 2024
1 parent 35a75be commit 906d710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2663,15 +2663,15 @@ 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>node</var> is not an {{Element}} or a {{CharacterData}} <a for=/>node</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>node</var> is a <a>host-including inclusive ancestor</a> of <var>parent</var>, then
<a>throw</a> a "{{HierarchyRequestError!!exception}}" {{DOMException}}.

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

<li><p>If <var>child</var> is non-null and its <a for=tree>parent</a> is not <var>parent</var>,
then <a>throw</a> a "{{NotFoundError!!exception}}" {{DOMException}}.
</ol>
Expand Down

0 comments on commit 906d710

Please sign in to comment.