Skip to content

[css-ui] text-overflow: ellipsis when a word of different direction was truncated #2125

@kojiishi

Description

@kojiishi

When the overflowing word is in different direction from the paragraph direction, which part of the word should be truncated?

For example, if a paragraph in the logical order (uppercase means RTL characters):

abcdef ABCDEF

which is laid out this way:

abcdef FEDCBA

and if the last 3 characters overflows, should "FED" be visible, or "CBA"?

Test@jsbin

Blink/Gecko shows "FED..." while Edge/WebKit shows "CBA...". Blink w/LayoutNG currently matches to Edge/WebKit.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions