<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ::slotted doesn't work in nested shadow trees"
   href="https://bugs.webkit.org/show_bug.cgi?id=154765#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ::slotted doesn't work in nested shadow trees"
   href="https://bugs.webkit.org/show_bug.cgi?id=154765">bug 154765</a>
              from <span class="vcard"><a class="email" href="mailto:koivisto&#64;iki.fi" title="Antti Koivisto &lt;koivisto&#64;iki.fi&gt;"> <span class="fn">Antti Koivisto</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=272449&amp;action=diff" name="attach_272449" title="patch">attachment 272449</a> <a href="attachment.cgi?id=272449&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=272449&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=272449&amp;action=review</a>

<span class="quote">&gt; LayoutTests/fast/shadow-dom/css-scoping-shadow-slotted-nested.html:55
&gt; +            var outerHost = document.querySelector('outer-host');
&gt; +            outerShadow = outerHost.attachShadow({mode: 'closed'});
&gt; +            outerShadow.appendChild(document.getElementById('outer-host-template').content.cloneNode(true));</span >

BTW, I feel the current set of specs desperately needs a declarative way to attach shadow based on a template. Something like &lt;outer-host shadow=&quot;outer-host-template&quot;&gt; to replace all this boilerplate.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>