Skip to content

Commit ba037b5

Browse files
committed
Reference the move primitive introduced in whatwg/dom#1307
1 parent c0071c7 commit ba037b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -951,10 +951,11 @@ <h2>
951951
<a>live range</a>.
952952
</p>
953953
<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>.
954+
When the user agent is to [=remove=], or, [=insert=], or [=move=] a
955+
[=node=], the user agent must update the <a>range</a> associated with
956+
<a>selection</a> of the [=Node/node document=] of the [=node=] as if
957+
it's a <a>live range</a>, according to the {{Range}} updating logic in
958+
the respective algorithms.
958959
</p>
959960
</section>
960961
<section>

0 commit comments

Comments
 (0)