Re: [w3c/webcomponents] Shadow DOM Example 1 without slot attribute applied, select by class (#626)

Hi,

"Example 1" would be:

<ul class="stories">
    <li><a href="//example.com/stories/1">A story</a></li>
    <li><a href="//example.com/stories/2">Another story</a></li>
    <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li>
    <li><a href="//example.com/stories/4">Yet another story</a></li>
    <li><a href="//example.com/stories/5">Awesome story</a></li>
    <li class="breaking"><a href="//example.com/stories/6">Horrible story</a></li>
</ul>

without of  "slot", as indicated at "Issue 1"

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/626#issuecomment-280683551

Received on Friday, 17 February 2017 15:41:14 UTC