- From: Hayato Ito <notifications@github.com>
- Date: Sun, 26 Mar 2017 23:57:43 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2017 06:58:14 UTC
Thanks. However, it looks that this example needs more fix because the shadow host's children are `<li>`. I am afraid that it does not make sense to use `<li>` here if we do not use `<ul>` as a shadow host.. And the HTML Standard does not guarantee that `<ul><slot></slot></ul>` work at all. Even if `<li>` is assigned to a slot, we can not say that `<ul>` and `<li>` are in parent-child relationship here. This issue is still in the air. -- 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/pull/632#issuecomment-289369346
Received on Monday, 27 March 2017 06:58:14 UTC