Re: [w3c/webcomponents] fix example so that attachShadow does not throw an exception (#632)

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