- From: Hayato Ito <notifications@github.com>
 - Date: Thu, 17 Sep 2015 03:39:04 -0700
 - To: w3c/webcomponents <webcomponents@noreply.github.com>
 
Received on Thursday, 17 September 2015 10:39:30 UTC
Yeah, the fallback case would make sense. That wouldn't cause an issue.
In any other cases, it doesn't make sense to allow the nesting. e.g.
```html
<slot id=s1 name=foo>
  <div> 
    <span id=s2>
      <slot id=s3 name=bar></slot>
    </span>
  </div>
</slot>
```
Can we merge this issue to https://github.com/w3c/webcomponents/issues/317 ?
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/321#issuecomment-141039806
Received on Thursday, 17 September 2015 10:39:30 UTC