- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Jun 2019 13:32:24 +0000
- To: public-css-archive@w3.org
Is our resolution clear about what should happen in case (2) here?
```html
<div style="display: contents; outline: 1px dotted">
<div>(1) This div clearly has an outline.</div>
<div style="display:contents">
<div>(2) Does this div have an outline?</div>
</div>
</div>
```
--
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3323#issuecomment-499495065 using your GitHub account
Received on Thursday, 6 June 2019 13:32:26 UTC