- From: Florian Rivoal via GitHub <noreply@w3.org>
- Date: Tue, 30 Sep 2025 13:18:18 +0000
- To: public-css-archive@w3.org
I don't think we should hide/remove things other than spaces if they would otherwise be hanging. The ellipsis comes after them, so they're not a the end of the line, so they don't hang, and everything's normal. For spaces (and related) though, I think it would be useful, because otherwise it could be surprising. I'd be tempted to go with something like: > sequences of white space, other space separators, and/or preserved tabs at the end of the line that would hang (conditionally or not) had the ellipsis not been inserted get removed, and the ellipsis is then inserted. People who really want to see their spaces stay can always use `white-space: break-spaces` (since those spaces don't hang). -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12857#issuecomment-3352112215 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 September 2025 13:18:19 UTC