You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I've to set up everything inline and apply the ellipsis on the entire block. Could be nice to be able to get something like this:
test account <testaccount@proton...>
test account <...>
test accou...
In this case, I would need:
something that allows me to say text-overflow: ellipsis <please use the color of the child element that is ellipsized> (which is currently not the case)
better: a kind of parameter for the "priority" on how to apply ellipsis stuff
The text was updated successfully, but these errors were encountered:
Those two things are separate enough to discuss them separately. So you should rather create a new one for styling the ellipsis and keep this one for providing control over how ellipsizing is done.
For what it's worth, there are previous discussions on ellipsizing in the middle of a string in #3937.
Sebastian
tabatkins
changed the title
[css-text-overflow:ellipsis] consider giving more fine control on ellipsis
[css-overflow] consider giving more fine control on ellipsis
Aug 19, 2020
https://drafts.csswg.org/css-overflow/ - I suppose.
Author should be able to control the way ellipsis happens and is computed, here is a simple example I face (I'm developing ProtonMail v4):
Actually, I've to set up everything
inline
and apply the ellipsis on the entire block. Could be nice to be able to get something like this:test account <testaccount@proton...>
test account <...>
test accou...
In this case, I would need:
text-overflow: ellipsis <please use the color of the child element that is ellipsized>
(which is currently not the case)The text was updated successfully, but these errors were encountered: