diff --git a/dom.bs b/dom.bs index 230d7ffd..bd9766a9 100644 --- a/dom.bs +++ b/dom.bs @@ -6933,6 +6933,10 @@ are: element element, a string mode, a boolean clonable, a boolean delegatesFocus, and a boolean slotAssignment: + +
  1. If element's namespace is not the HTML namespace, then throw a "{{NotSupportedError!!exception}}" {{DOMException}}. @@ -6963,28 +6967,26 @@ a boolean delegatesFocus, and a boolean slotAssignment:

  2. Let currentShadowRoot be element's shadow root. -

  3. If one of the following is true: - -

    -

    Any new parameters added to attach a shadow root should be - added to the list of tests above. +

    then throw a "{{NotSupportedError!!exception}}" {{DOMException}}.

  4. Otherwise: