- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Dec 2021 06:11:02 +0000
- To: public-css-archive@w3.org
The BA class suppresses breaks before the character. In addition to that, css-text requires end-of-lines U+3000 to hang. For general use, I think that's the expected behavior. The ` 神` usage is very specific, and doesn't follow the usual rules. I would expect text intending to use that convention to adopt special markup. Maybe something like ```html 起初<span class=god> 神</span>创造天地 ``` which is then styled as ``` css .god { white-space: break-spaces; line-break: anywhere; } ``` -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6903#issuecomment-999313204 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 December 2021 06:11:10 UTC