Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider doing text-overflow only at display list building. #15144
Labels
Comments
|
Also @mbrubeck may have opinions on this? |
I think it's a good idea. |
|
|
|
Turns out, while not super-complex, it's super-broken, d'oh :) (#17009) |
|
This looks more complicated than it seems, because we still need the layout the text-overflow value to get its length during layout. (I guess this is the reason that all other engines do not support string values.) |
|
Is this still something we think is doable? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think our handling of text-overflow is extremely complex, but I think it could be simplified (we'd get rid of
TruncatedFragments, etc), if we could handle it at display list building.What do you think @notriddle?