- From: Tatsunori Uchino via GitHub <noreply@w3.org>
- Date: Sun, 28 Sep 2025 10:05:39 +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-autospace` should be able to change the space width to wider value e.g. 0.25ic == Many Chinese and Japanese HTML and Markdown documents today abuse a ASCII space to represent a space between han and alphanumerics. https://github.com/huacnlee/autocorrect?tab=readme-ov-file#configuration https://prettier.io/blog/2023/07/05/3.0.0.html#stop-inserting-spaces-between-chinese-or-japanese-and-western-characters https://github.com/lint-md/lint-md?tab=readme-ov-file#%E8%A7%84%E5%88%99%E6%A6%82%E8%BF%B0 https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/tree/master/packages/textlint-rule-ja-space-between-half-and-full-width#options It makes it hard to search a text from a document. An ASCII space is not strictly the same width as 0.25ic, which is stipulated in jlreq or clreq. (only clreq allows an ASCII space) Therefore, documents abusing an ASCII space will not migrate to `text-autospace` because the width by `text-autospace` it too narrow. An ASCII space pollutes outputs by LLM. LLM tends to output text including such spaces. `text-autospace` should allow adjustment of the width. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12868 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 28 September 2025 10:05:41 UTC