- From: Tatsunori Uchino via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Oct 2024 14:59:57 +0000
- To: public-css-archive@w3.org
tats-u has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text-4] `text-spacing-trim` is harmful for Yu Gothic UI (system-ui in Japanese Windows) == https://github.com/w3c/csswg-drafts/issues/3658#issuecomment-2411242402 `halt` in Yu Gothic UI is broken. It causes broken disastrous rendering of brackets: https://issues.chromium.org/issues/331123676?pli=1   Images from: https://zenn.dev/inaniwaudon/scraps/f224417d4c51ee (Japanese)  Image from: https://twitter.com/shirouzu/status/1845400436678983704 (Japanese)  Image from: https://tawara-memo.hatenablog.com/entry/2024/10/12/174432 (Japanese) As to https://tawara-memo.hatenablog.com/entry/2024/10/12/174432, the width of such brackets in Yu Gothic UI is 0 when `halt` is enabled. We should detect broken fonts like Yu Gothic UI by checking the width of `halt` glyphs. If its width is less than 1/4 or 1/8 of the original width, `halt` of that glyph should be treated as broken.  Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11074 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 22 October 2024 14:59:58 UTC