From ba037b535f77a70eeb3b5f8221998ba21373a86d Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Wed, 30 Oct 2024 15:01:23 -0400 Subject: [PATCH] Reference the move primitive introduced in https://github.com/whatwg/dom/pull/1307 --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1a58c66..66f7e11 100644 --- a/index.html +++ b/index.html @@ -951,10 +951,11 @@

live range.

- When the user agent is to [=remove=] or [=insert=] a [=node=], the user - agent must update the range associated with selection of - the [=Node/node document=] of the [=node=] as if it's a live - range. + When the user agent is to [=remove=], or, [=insert=], or [=move=] a + [=node=], the user agent must update the range associated with + selection of the [=Node/node document=] of the [=node=] as if + it's a live range, according to the {{Range}} updating logic in + the respective algorithms.