From abad55d6bd76eda7b765a1eb5f6572e7a8af92dc Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 6 Oct 2015 16:25:33 +0300 Subject: [PATCH] Fix #63: Ban insertNode() of Range's start node --- dom.bs | 13 +++---------- dom.html | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/dom.bs b/dom.bs index b4935a273..7aff3e0c9 100644 --- a/dom.bs +++ b/dom.bs @@ -7672,17 +7672,10 @@ To insert a node range, run these steps:
    -
  1. If range's start node - is either a {{ProcessingInstruction}} or {{Comment}} - node, or a {{Text}} - node whose parent - is null, throw an {{HierarchyRequestError}} - exception. + is a {{ProcessingInstruction}} or {{Comment}} node, is a {{Text}} + node whose parent is null, or is node, throw + an {{HierarchyRequestError}} exception.