Closed
Description
https://drafts.csswg.org/css-overflow-3/#block-ellipsis
I wonder if there are any undefined interactions between text-overflow and block-overflow. For example is it clear what happens when you have:
<div style="line-clamp: 1; text-overflow: ellipsis; width: 2ch">
supercalifragilisticexpialidocious
</div>
It may be, but I think it is worth explicitly mentioning in the spec.