Re: [csswg-drafts] [css-text] Non-Collapsible Space (#10821)

@dgp1130 You'd have much better luck asking the Unicode Consortium for that.

However, have you considered a zero-width space? The [relevant CSS spec](https://drafts.csswg.org/css-text-4/#white-space) explicitly only counts ASCII whitespace (U+0009, U+000A, U+0020, and indirectly U+000D in HTML due to CRLF normalization) as whitespace it can collapse. It doesn't collapse any other code point in Unicode category Zs. So you *may* be able to get away with using `​`/`​`/`​` as your `&ncsp;`.

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


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

Received on Saturday, 15 February 2025 05:20:38 UTC