Email or username:

Password:

Forgot your password?
Top-level
Vadim Makeev

@andreu I know most people vote for the “clamp 3 lines” option, but it’s the basic principle of CSS cascade we’re about to break here. I’d rather rename the property than introduce this special case. Have you considered renaming it to something else since it’s more of a new property than the unprefixed version of an old one?

1 comment
Alfonso Martínez de Lizarrondo

@pepelsbey
I don't think the name is the isssue, because if it's called "pretty-please" then question would be about what to do with

display: block;
pretty-please: 3;
-webkit-line-clamp: 4;

@andreu

Go Up