Bug 1540681 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This issue is meant to implement the [standardized version of `line-clamp`](https://drafts.csswg.org/css-overflow-3/#line-clamp). Neither Blink nor WebKit currently support the unprefixed version, see https://caniuse.com/css-line-clamp. They only support the `-webkit` prefixed version, which also got implemented in Gecko in the meantime.

Here are the related feature requests:

https://crbug.com/305376
https://wkb.ug/206748

Sebastian
This issue is meant to implement the [standardized version of `line-clamp`](https://drafts.csswg.org/css-overflow-3/#line-clamp). Neither Blink nor WebKit currently support the unprefixed version, see https://caniuse.com/css-line-clamp. They only support the `-webkit` prefixed version, which also got implemented in Gecko in the meantime.

Here are the related feature requests:

https://crbug.com/305376
https://bugs.webkit.org/show_bug.cgi?id=206748

Sebastian

Back to Bug 1540681 Comment 2