- From: Hayato Ito <notifications@github.com>
- Date: Thu, 31 Mar 2016 00:28:06 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 31 March 2016 07:28:38 UTC
@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