- From: Psychpsyo (Cameron) via GitHub <sysbot+gh@w3.org>
- Date: Sun, 04 May 2025 15:54:24 +0000
- To: public-css-archive@w3.org
Psychpsyo has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-contain-2] text-overflow property should not be mentioned == [3.5.1. Possible Paint-Containment Optimizations](https://drafts.csswg.org/css-contain/#containment-paint-opt) claims, in point 2, that "unless the clipped content is made accessible via a separate mechanism such as the ['overflow'](https://drafts.csswg.org/css-overflow-3/#propdef-overflow), ['resize'](https://drafts.csswg.org/css-ui-4/#propdef-resize), or ['text-overflow'](https://drafts.csswg.org/css-ui-3/#propdef-text-overflow) properties the UA can reserve "canvas" space for the box exactly the box’s size." I can see how `resize` and `overflow` might make a larger canvas desirable, but `text-overflow` is only dealing with how text is chopped off when it extends out of the element. It does not make the clipped content any more accessible than it would've otherwise been and doesn't imply any ability to bring it into view. I feel like it should either not be listed here, or there needs to be a better explanation as to why it's relevant. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12157 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 4 May 2025 15:54:25 UTC