Skip to content

Commit

Permalink
Camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Aug 27, 2024
1 parent c659978 commit ad05126
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
<li><p>Let <var>nodes</var> be <var>node</var>'s <a for=tree>children</a>, if <var>node</var> is a
{{DocumentFragment}} <a for=/>node</a>; otherwise « <var>node</var> ».

<li><p>Let <var>state-preserving atomic move in progress</var> be <var>parent</var>'s
<li><p>Let <var>statePreservingAtomicMoveInProgress</var> be <var>parent</var>'s
<a for=Node>node document</a>'s <a>state-preserving atomic move in progress</a>.

<li><p>Let <var>count</var> be <var>nodes</var>'s <a for=set>size</a>.
Expand All @@ -2740,7 +2740,7 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
<p>If <var>node</var> is a {{DocumentFragment}} <a for=/>node</a>, then:

<ol>
<li><p><span>Assert</span>: <var>state-preserving atomic move in progress</var> is false.
<li><p><span>Assert</span>: <var>statePreservingAtomicMoveInProgress</var> is false.

<li><p><a for=/>Remove</a> its <a for=tree>children</a> with the <i>suppress observers flag</i>
set.
Expand Down Expand Up @@ -2824,15 +2824,15 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run

<ol>
<li>
<p>If <var>state-preserving atomic move in progress</var>, then
<a>queue a tree mutation record</a> for <var>parent</var> with « », « », <var>nodes</var>,
<var>previousSibling</var>, and <var>child</var>.</p>
<p>If <var>statePreservingAtomicMoveInProgress</var>, then <a>queue a tree mutation record</a>
for <var>parent</var> with « », « », <var>nodes</var>, <var>previousSibling</var>, and
<var>child</var>.</p>

<p class="note">This exposes <var>nodes</var> in the corresponding
{{MutationRecord/movedNodes}}.</p>
</li>

<li><p>If <var>state-preserving atomic move in progress</var>, then
<li><p>If <var>statePreservingAtomicMoveInProgress</var>, then
<a>queue a tree mutation record</a> for <var>parent</var> with <var>nodes</var>, « », « »,
<var>previousSibling</var>, and <var>child</var>.</p></li>
</ol>
Expand Down

0 comments on commit ad05126

Please sign in to comment.