Re: [csswg-drafts] [css-text-decor] The emphasis marks should appear under horizontal Chinese text (#10167)

So maybe the default UA stylesheet should include something like:
```
:lang(zh) { text-emphasis-position: under; }
```
Another option would be to define an `auto` value that behaves in a language-dependent manner without requiring an explicit `:lang` selector.

Alternatively, this is the responsibility of authors; the spec is just mentioning it for information.

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


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

Received on Tuesday, 2 April 2024 14:00:57 UTC