Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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