Skip to content

Commit

Permalink
Connected
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed May 1, 2024
1 parent 236fe01 commit b31d333
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 @@ -2832,8 +2832,8 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run
</ol>
</li>

<li><p><a for=list>For each</a> <var>node</var> in <var>staticNodeList</var>, run the
<a>post-insertion steps</a> with <var>node</var>.
<li><p><a for=list>For each</a> <var>node</var> in <var>staticNodeList</var>, if <var>node</var> is
<a>connected</a>, then run the <a>post-insertion steps</a> with <var>node</var>.
</ol>


Expand Down

0 comments on commit b31d333

Please sign in to comment.