- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 25 Feb 2026 17:02:22 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-overflow] Line-clamp and screen readers`, and agreed to the following: * `RESOLVED: line clamped material is left hidden to both screens and screen readers` <details><summary>The full IRC log of that discussion</summary> <ydaniv> andreubotella: not sure I agree with my last post on that issue.<br> <ydaniv> ... the hidden content after the clamping is set to invisible, and defined in display<br> <ydaniv> ... things that require interaction are not rendered<br> <ydaniv> ... it would make sense to behave like that<br> <ydaniv> ... after discussing with a11y folks at Igalia, clamp depends on layout, it's not only the max-height, also aspect-ratio<br> <ydaniv> ... there are many things that can determaine where to clamp<br> <ydaniv> ... like in middle of paragraph, my concern is how to expose it to a11y tree<br> <ydaniv> ... I think this is more of an ongoing conversation<br> <ydaniv> ... not sure what you would see if the elippsis is there<br> <emilio> q+<br> <florian> q+<br> <ydaniv> ... like if there's a different width of the window etc.<br> <astearns> ack emilio<br> <ydaniv> emilio: seems to me there are precedents for this<br> <ydaniv> ... like for text-overflow for text that is not selectable<br> <ydaniv> ... so just match it<br> <ydaniv> s/text-overflow/text-overflow: clip/<br> <ydaniv> andreubotella: so for text-overflow: ellipsis, on initial behavior for selection etc. it's described as ...<br> <astearns> ack florian<br> <ydaniv> florian: not completely certain that we want to take text-overflow as a model here<br> <ydaniv> ... in general screen readers read the screen, if it's invisible it would make sense to hide there as well<br> <ydaniv> ... text-overdlow in the inline direction is meant to be interactive and scrollable, might bring certain consideration<br> <andreubotella> s/on initial behavior for selection etc. it's described as .../the ellipsis is probably not copied when copying the selection, and I assume AT is the same<br> <ydaniv> ... conceptually anything hidden should be removed from a11y tree, from my opinion<br> <ydaniv> fantasai: in general a11y ppl say we should keep both visual and a11y tree similar<br> <emilio> q+<br> <ydaniv> astearns: shall we resolve that content hidden by clamp line is not available for a11y tree?<br> <ydaniv> astearns: there are impl concerns<br> <ydaniv> emilio: no objections to making it work, a bit tricky<br> <ydaniv> ... might be a bit of a gray area but not objecting<br> <ydaniv> andreubotella: from me the same, and if we can make it work seems fine to me<br> <ydaniv> PROPOSED RESOLUTION: line clamped material is left hidden to both screens and screen readers<br> <lwarlow> +1<br> <ydaniv> astearns: objections?<br> <ydaniv> +1<br> <ydaniv> RESOLVED: line clamped material is left hidden to both screens and screen readers<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12859#issuecomment-3960669124 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 February 2026 17:02:23 UTC