We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0071c7 commit ba037b5Copy full SHA for ba037b5
index.html
@@ -951,10 +951,11 @@ <h2>
951
<a>live range</a>.
952
</p>
953
<p>
954
- When the user agent is to [=remove=] or [=insert=] a [=node=], the user
955
- agent must update the <a>range</a> associated with <a>selection</a> of
956
- the [=Node/node document=] of the [=node=] as if it's a <a>live
957
- 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
958
+ the respective algorithms.
959
960
</section>
961
<section>
0 commit comments