diff --git a/source b/source index 9b91774e979..a37c3b578d1 100644 --- a/source +++ b/source @@ -126151,26 +126151,20 @@ document.body.appendChild(text); data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus attribute; otherwise false.

-
  • Attach a shadow root with - declarative shadow host element, mode, clonable, - delegatesFocus, and "named".

  • +
  • If declarative shadow host element is a shadow host, then + insert an element at the adjusted insertion location with + template.

  • -

    If an exception was thrown by attach a - shadow root, then catch it, and run these steps:

    +

    Otherwise:

      -
    1. Report the exception.

    2. +
    3. Attach a shadow root with + declarative shadow host element, mode, clonable, + delegatesFocus, and "named". If an exception is thrown, + then catch it, report the exception, insert an element at the adjusted + insertion location with template, and return.

    4. -
    5. Insert an element at the adjusted insertion location with - template.

    6. -
    -
  • - -
  • -

    Otherwise:

    - -
    1. Let shadow be declarative shadow host element's shadow root.