I want multi-line text-overflow property values in CSS #96
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can control text overflow on one single line with
white-space: nowrap
andtext-overflow: ellipsis
, but there’s nothing for multi-line control. Apple introduced two proprietary properties (-webkit-line-clamp
and-webkit-box-orient
) for this and there are certainly ways to accomplish this goal with JavaScript, but a declarative, standardized way to control this in CSS would be most welcome.https://webwewant.fyi/wants/77/
Beta Was this translation helpful? Give feedback.
All reactions