diff --git a/dom.bs b/dom.bs index 6babae317..d588c12bc 100644 --- a/dom.bs +++ b/dom.bs @@ -6965,8 +6965,17 @@ a boolean delegatesFocus, and a boolean slotAssignment: is false, then throw an "{{NotSupportedError!!exception}}" {{DOMException}}.
  • -

    Otherwise, remove all of element's shadow root's - children, in tree order, and return. +

    Otherwise: + +

      +
    1. Remove all of element's shadow root's + children, in tree order. + +

    2. Set element's shadow root's + declarative to false. + +

    3. Return. +

    This means that if multiple declarative shadow roots are contained within a single shadow host, only the last one will remain.