Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Oct 2, 2023
1 parent ae86418 commit d594c30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -124026,9 +124026,10 @@ document.body.appendChild(text);
<p>If any of the following are false:</p>

<ul>
<li><var>template start tag</var>'s <span>shadowrootmode</span> is in the
<span data-x="attr-template-shadowrootmode-open">open</span> state or the
<span data-x="attr-template-shadowrootmode-closed">closed</span> state;</li>
<li><var>template start tag</var>'s
<code data-x="attr-template-shadowrootmode">shadowrootmode</code> is in the
<span data-x="attr-shadowrootmode-open">open</span> state or the
<span data-x="attr-shadowrootmode-closed">closed</span> state;</li>

<li><var>Document</var>'s <span data-x="concept-document-allow-declarative-shadow-roots">allow
declarative shadow roots</span> is true; or</li>
Expand Down

0 comments on commit d594c30

Please sign in to comment.