- From: Andreu Botella via GitHub <noreply@w3.org>
- Date: Thu, 14 Aug 2025 11:07:12 +0000
- To: public-css-archive@w3.org
By the way, currently I don't think `block-ellipsis: ""` behaves the same as `block-ellipsis: none`. If a line overflows because it has no break opportunities, and you try to ellipsize it with a block overflow ellipsis, the line is entirely replaced by the ellipsis string. In the case of `block-ellipsis: ""`, this would result in lines that overflow becoming empty lines; whereas `block-ellipsis: none` would let them overflow. But this just seems like a bug and not a blocker for this. -- GitHub Notification of comment by andreubotella Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12416#issuecomment-3188054196 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 August 2025 11:07:13 UTC