Skip to content

Commit

Permalink
Reference the move primitive introduced in whatwg/dom#1307
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Oct 30, 2024
1 parent c0071c7 commit ba037b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -951,10 +951,11 @@ <h2>
<a>live range</a>.
</p>
<p>
When the user agent is to [=remove=] or [=insert=] a [=node=], the user
agent must update the <a>range</a> associated with <a>selection</a> of
the [=Node/node document=] of the [=node=] as if it's a <a>live
range</a>.
When the user agent is to [=remove=], or, [=insert=], or [=move=] a
[=node=], the user agent must update the <a>range</a> associated with
<a>selection</a> of the [=Node/node document=] of the [=node=] as if
it's a <a>live range</a>, according to the {{Range}} updating logic in
the respective algorithms.
</p>
</section>
<section>
Expand Down

0 comments on commit ba037b5

Please sign in to comment.