Re: [w3c/webcomponents] Slots in a flat tree (#308)

@tabatkins, thanks.

Can I confirm one more thing? Does the following HTML work as expected (from the point of the spec)?

```
<div style="display: flex;">
  <div style="display: contents;">
    <div>flex item 1</div>
    <div>flex item 2</div>   
    ....
  </div>
</div>
```

This is the raised concern from @sorvell in https://github.com/w3c/webcomponents/issues/308#issuecomment-136903096.

---
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/308#issuecomment-203796101

Received on Thursday, 31 March 2016 07:28:38 UTC