Skip to content

Commit

Permalink
Add available_to_internals = true
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Sep 25, 2020
1 parent 57f9319 commit 96267bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -108663,6 +108663,10 @@ document.body.appendChild(text);
<span data-x="concept-element-shadow-root">shadow root</span>'s
<span data-x="concept-is-declarative-shadow-root">is declarative shadow root</span> property to true.</p></li>

<li><p>Set <span data-x="concept-declarative-shadow-host-element">declarative shadow host element</span>'s
<span data-x="concept-element-shadow-root">shadow root</span>'s
<span data-x="concept-available-to-element-internals">available to element internals</span> property to true.</p></li>

<li><p><span data-x="concept-node-append">Append</span> the <span data-x="concept-declarative-template-element">declarative template element</span>'s DocumentFragment to the newly-created shadow root.</p></li>

<li><p><span data-x="concept-node-remove">Remove</span> the <span data-x="concept-declarative-template-element">declarative template element</span> from the document.</p></li>
Expand Down

0 comments on commit 96267bf

Please sign in to comment.