Re: [w3c/webcomponents] flatten: true in assignedNodes doesn't make much sense when a slot doesn't have display: contents (#493)

In addition, when a slot is wrapped another element, e.g. span, it continues to function as a slot.  As an example, consider the following tree:
```
div --------- shadow-root
 + slot A      + slot C
 + span
    + slot B
```

slot C has two assigned nodes: slot A and span.  But span also contains slot B.  It's not clear as to why slot A needs a special treatment of being unwrapped just because it happens to be a direct child of the shadow host.

Or perhaps the importance is that it's a direct child of a slot?

---
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/493#issuecomment-216353575

Received on Monday, 2 May 2016 20:30:42 UTC