Re: [webcomponents] Composition Algorithm shouldn't unwrap slots (#308)

Where would the distributed nodes be projected?

It would be problematic if they are projected inside the `<slot>`. In that case one couldn't, for example, project elements into an element that has `display: flex`.

```
<x-b>
  SR
    <x-a style="display: flex;"><slot></slot></x-a>
  <div>flex item?</div>
```

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/308#issuecomment-136903096

Received on Wednesday, 2 September 2015 00:39:07 UTC