Skip to content

Commit

Permalink
Fix <old>
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Oct 15, 2024
1 parent 9ecae6f commit 35a75be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,7 @@ of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run the
<p>To <dfn export for=Node id=concept-node-ensure-pre-move-validity>ensure pre-move validity</dfn>
of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run these steps:

<ol>
<li><p>If either <var>parent</var> or <var>node</var> are not <a>connected</a>, then
<a>throw</a> a "{{HierarchyRequestError!!exception}}" {{DOMException}}.</p></li>

Expand Down

0 comments on commit 35a75be

Please sign in to comment.