Skip to content

Commit

Permalink
Fix open paragraph after amend
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Feb 25, 2025
1 parent 01b7634 commit 9270da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,7 @@ to do these things asynchronously, however.
<li><p><a>Queue a tree mutation record</a> for <var>oldParent</var> with « », « <var>node</var> »,
<var>oldPreviousSibling</var>, and <var>oldNextSibling</var>.</p></li>

<li><a>Queue a tree mutation record</a> for <var>newParent</var> with « <var>node</var> », « »,
<li><p><a>Queue a tree mutation record</a> for <var>newParent</var> with « <var>node</var> », « »,
<var>newPreviousSibling</var>, and <var>child</var>.</p></li>
</ol>

Expand Down

0 comments on commit 9270da7

Please # to comment.