tabatkins / specs

:pencil: Spec proposals that aren't yet approved by the relevant Working Group.
179 stars 22 forks source link

webkit-line-clamp #52

Closed robcolburn closed 6 years ago

robcolburn commented 8 years ago

There is a functionality of mutli-line ellipses in Webkit / Blink that doesn't seem to have any formal proposal / documentation.

Mutli-line ellipses are super useful, and currently we resort to cryptic, proprietary css or JS hacks or both.

It's been a couple years since @chriscoyier published an article on the time https://css-tricks.com/line-clampin/ .

Can the community propose that this property be helped moving forward?

https://github.com/Fyrd/caniuse/issues/1055

robcolburn commented 8 years ago

As an alternative, @dstorey mentioned Opera's now-deprecated Presto engine had perhaps a more elegant solution: https://github.com/Merri/ellipsis-lastline

I believe the web-development community, or at least myself, would applaud either.

laukstein commented 6 years ago

@robcolburn the spec proposal is discussed in https://github.com/w3c/csswg-drafts/issues/390, Chrome related task in https://bugs.chromium.org/p/chromium/issues/detail?id=305376

robcolburn commented 6 years ago

Grear