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:
Report the exception.
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.
Insert an element at the adjusted insertion location with - template.
Otherwise:
- -Let shadow be declarative shadow host element's shadow root.