Skip to content

[css-overflow-4] Remove request to not expose line-clamp longhands #12400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -823,14 +823,6 @@ Limiting Visible Lines: the 'line-clamp' shorthand property</h3>
The 'line-clamp' property is a <a>shorthand</a>
for the 'max-lines', 'block-ellipsis', and 'continue' properties.

Issue: For the time being,
experimental implementations are encouraged
to follow the full behavior defined by this shorthand and its longhands,
but to only expose the shorthand to authors.
This is in order to facilitate further tweaking,
and in particular potential renaming,
of the longhand properties and their values.

It allows limiting the contents of a block container
to the specified number of lines;
remaining content is fragmented away
Expand Down