Re: [csswg-drafts] [css-display][css-ui] Should outline apply to elements with 'display: contents'? (#3323)

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