From b6ef1d5a07414a3121f6f13093749f8b11214575 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 10 Sep 2018 15:06:28 +0200 Subject: [PATCH] Editorial: a removed node's root is itself Fixes #691. --- dom.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index bd8bfb874..95ec772c0 100644 --- a/dom.bs +++ b/dom.bs @@ -2646,7 +2646,7 @@ with an optional suppress observers flag, run these steps:
  1. Run assign slotables for a tree with parent's root. -

  2. Run assign slotables for a tree with node's root. +

  3. Run assign slotables for a tree with node.

  • Run the removing steps with node and parent. @@ -9993,6 +9993,7 @@ Ondřej Žára, Peter Sharpe, Philip Jägenstedt, Philippe Le Hégaret, +Pierre-Marie Dartus, Ra'Shaun Stovall (Snuggs), Rafael Weinstein, Richard Bradshaw,