- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Mon, 24 Jun 2024 20:47:29 +0000
- To: public-css-archive@w3.org
fantasai has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text-decor-3] language sensitivity of text-underline-position: auto == It seems that Firefox (and maybe Chrome?) implement the initial value of `text-underline-position` in a way that's sensitive to the language, and [interprets it](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Chtml%20style%3D%22writing-mode%3A%20vertical-rl%22%3E%0A%3Cstyle%3Ep%20%7B%20text-decoration%3A%20underline%3B%20text-underline-position%3A%20auto%3B%20%7D%3C%2Fstyle%3E%0A%3Cp%3EUntagged%3C%2Fp%3E%0A%3Cp%20lang%3Dja%3EJapanese%3C%2Fp%3E%0A%3Cp%20lang%3Dzh%3EChinese%3C%2Fp%3E%0A%3Cp%20lang%3Dko%3EKorean%3C%2Fp%3E%0A) as `right` for Japanese and Korean. This is currently not allowed per spec; instead the spec has UA rules that set the behavior per language. Do we want to - Update the definition of `auto` to match Firefox? - Or update implementations to match the spec? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10488 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 24 June 2024 20:47:30 UTC