From 8b111adb43c8b64b92c504d3567886ad8fb18836 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Thu, 7 Nov 2024 12:08:44 -0500 Subject: [PATCH] Document `move` primitive in Range note --- dom.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index 85b4456e..75f117ff 100644 --- a/dom.bs +++ b/dom.bs @@ -8271,8 +8271,8 @@ interface Range : AbstractRange { live ranges.

Algorithms that modify a tree (in particular the insert, -remove, replace data, and split algorithms) modify -live ranges associated with that tree. +remove, move, replace data, and split +algorithms) modify live ranges associated with that tree.

The root of a live range is the root of its start node.