From 96267bf9251a88bf6c70c27444e86e89cc3bdbec Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Thu, 24 Sep 2020 23:00:19 -0700 Subject: [PATCH] Add available_to_internals = true --- source | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source b/source index 2ce8e26d674..188afdfd14c 100644 --- a/source +++ b/source @@ -108663,6 +108663,10 @@ document.body.appendChild(text); shadow root's is declarative shadow root property to true.

+
  • Set declarative shadow host element's + shadow root's + available to element internals property to true.

  • +
  • Append the declarative template element's DocumentFragment to the newly-created shadow root.

  • Remove the declarative template element from the document.