Re: [csswg-drafts] [css-writing-mode][css-display] Should writing-mode from display:contents element be applied to text?

Yeah, texts inherits from display: contents elements, otherwise something like:

```html
<div style="color: red"><div style="display: contents; color: green">Should be green</div></div>
```

Would render red.

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425224650 using your GitHub account

Received on Thursday, 27 September 2018 20:03:57 UTC