[csswg-drafts] [css-overflow] Add spec text for the continue variant of `line-clamp` (#10322)

andreubotella has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-overflow] Add spec text for the continue variant of `line-clamp` ==
In #7708 it was resolved that, aside from the existing spec text for `line-clamp` which fragments away the clamped content, spec text should also be added for another variant which lays out the clamped content but doesn't paint it. This issue is about writing spec text for this variant.

I'm currently working on an implementation of this variant in Chromium, which treats `line-clamp` as a longhand accepting only the values `none | auto | <integer [1,∞]>`, and [I wrote some initial spec text](https://github.com/andreubotella/csswg-drafts/blob/continue-collapse/css-overflow-4/Overview.bs) describing the intent of this implementation.

That spec text is still a WIP, and it replaces the existing `line-clamp`-related sections rather than modifying or extending them, so the plan is not to merge that as is, but to have a somewhat concrete starting point for a conversation.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10322 using your GitHub account


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

Received on Monday, 13 May 2024 09:26:39 UTC