Skip to content

[css-overflow] ensure interactions between block-overflow and text-overflow are defined #2882

Closed
@heycam

Description

@heycam

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions