From 653fc60db0d3064190d67b49d3772b5e06a96f99 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 7 Mar 2017 11:44:49 +0100 Subject: [PATCH] Remove no-op range mutations from split a Text node Per https://github.com/w3c/web-platform-tests/issues/2499#issuecomment-172901580 this step is redundant. --- dom.bs | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dom.bs b/dom.bs index 22b9270b..d2309987 100644 --- a/dom.bs +++ b/dom.bs @@ -7053,27 +7053,6 @@ To split a {{Text node, offset offset, count count, and data the empty string. -
  • - If parent is null, run these substeps: - -
      -
    1. For each range whose - start node is - node and - start offset is greater - than offset, set its - start offset to - offset. - -
    2. For each range whose - end node is - node and - end offset is greater than - offset, set its - end offset to - offset. -
    -
  • Return new node.