- From: Hayato Ito <notifications@github.com>
- Date: Tue, 01 Sep 2015 21:13:24 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 2 September 2015 04:14:07 UTC
Thanks. I think we can close this issue. Please feel free to re-open this if required.
Let me address some comments as separate issues, like #306.
One more note I can add here is that we might want to support the following use case in the future:
```html
<table>
SR
<slot name="th"></slot>
<slot name="tr"></slot>
<th slot="th">...</th>
<tr slot="tr">...</tr>
```
In this case, I guess no one is pleasant that `<slot>` would appear in the middle of `<table>` and `<tr>` in the composed tree.
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/308#issuecomment-136933185
Received on Wednesday, 2 September 2015 04:14:07 UTC