From efafdc63e589adb946192aa1d68def043988214e Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Wed, 14 Oct 2020 10:24:16 -0700 Subject: [PATCH] Update importNode --- dom.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index cb9366294..0826a7fcd 100644 --- a/dom.bs +++ b/dom.bs @@ -5278,8 +5278,9 @@ when invoked, must run these steps:
  • If node is a document or shadow root, then throw a "{{NotSupportedError!!exception}}" {{DOMException}}. -

  • Return a clone of node, with this and the - clone children flag set if deep is true. +

  • Return a clone of node, with this, the + clone children flag set if deep is true, and the clone shadows flag + set to false.

    Specifications may define