Re: [csswg-drafts] [css-pseudo][css-writing-modes] `text-orientation` and `::marker` (#9788)

This is upright on Gecko (I don't have other browsers at hand right now):

```
<div style="writing-mode: vertical-rl">
  <div style="display: contents; text-orientation: upright">AB</div>
</div>
```

So I guess it's implemented as applying to text indeed.

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


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

Received on Sunday, 14 January 2024 15:47:21 UTC