Re: [csswg-drafts] [css-text][css-text-decor][css-writing-modes][css-color][css-fonts][css-color-adjust] Be explicit about which properties apply to text. #5303 (#5761)

Should `writing-mode` apply to text?

```html
<span style="display: contents; writing-mode: vertical-lr">foo</span>
```

In Firefox it works just like without `display: contents`. In Chromium, the letters are upright, but each one in a different line, and the lines are shifted to the right, weird.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/5761#issuecomment-741085951 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 8 December 2020 21:47:45 UTC