-
Notifications
You must be signed in to change notification settings - Fork 5
A way to reset ellipsis
on larger screens?
#5
Comments
I'd go with https://developer.mozilla.org/es/docs/Web/CSS/text-overflow#Values |
Good point @hacknug! However I think |
My issue with this is that |
@hacknug Yeah, that's fair. I actually looked it up before posting my previous comment and had seen that an ellipsis was also "the omission from speech or writing of a word or words that are superfluous or able to be understood from contextual clues", but that might be a different definition of it that doesn't refer to a character or series of characters at all. I just think |
Yeah, I think that definition wouldn't apply in this case because you're truncating text, not omitting superfluous content that can be understood from contextual clues. I just wanted to point this in case it was something you hadn't consider. Why do you think |
Well, it's missing the idea of truncating text / overflow. I suppose the user could just make the key |
Agree. The only reason I proposed that is because core seems to use the |
Decided to go with |
text-overflow
's default value isclip
; there should be a utility to set it to that value so we can reset/removeellipsis
on larger screens.Three options:
ellipsis
tooverflow-ellipsis
and introduceoverflow-clip
ellipsis
totext-ellipsis
and introducetext-clip
ellipsis
as-is and introduceno-ellipsis
I think I'm leaning towards option 3.
The text was updated successfully, but these errors were encountered: