Skip to content

Commit

Permalink
Remove run these steps
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 12, 2024
1 parent 0579039 commit 9b14470
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 @@ -2682,7 +2682,7 @@ steps:
</ol>

<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:
of a <var>node</var> into a <var>parent</var> before a <var>child</var>:

<ol>
<li>
Expand Down Expand Up @@ -2720,7 +2720,7 @@ of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run the
of the <a>ensure pre-insertion validity</a> steps.</p>

<p>To <dfn export id=concept-node-pre-move>pre-move</dfn> a <var>node</var> into a
<var>parent</var> before a <var>child</var>, run these steps:
<var>parent</var> before a <var>child</var>:

<ol>
<li><p><a>Ensure pre-move validity</a> of <var>node</var> into <var>parent</var> before
Expand Down

0 comments on commit 9b14470

Please sign in to comment.