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:
> ...

Appendix B: Default UA Stylesheet
https://www.w3.org/TR/css-text-decor-4/#default-stylesheet
has:
```css
/* set language-appropriate default emphasis mark position */
:root:lang(zh), [lang|=zh] { text-emphasis-position: under right; }
[lang|=ja], [lang|=ko]     { text-emphasis-position: over right; }
```
I haven't checked whether Blink has implemented this or not, sorry, but if not, this looks like an implementation issue.

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


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

Received on Monday, 8 April 2024 08:51:50 UTC