Skip to content

[css-overflow-4] Update bidi handling of ellipses#13519

Merged
frivoal merged 1 commit intomainfrom
issue-12617-bidi-ellipsis
Mar 17, 2026
Merged

[css-overflow-4] Update bidi handling of ellipses#13519
frivoal merged 1 commit intomainfrom
issue-12617-bidi-ellipsis

Conversation

@andreubotella
Copy link
Copy Markdown
Member

Updates the bidi handling of the text-overflow and block-ellipsis ellipses as per #12617.

(This PR assumes that bidi ellipses inherit the directionality from their block container, not from the bidi paragraph. See #12617 (comment))

Updates the bidi handling of the `text-overflow` and `block-ellipsis`
ellipses as per #12617.
@andreubotella andreubotella added css-overflow-4 topic: line-clamp line-clamp, -webkit-line-clamp, and related long hands, not including continue:discard labels Feb 18, 2026
Copy link
Copy Markdown
Collaborator

@frivoal frivoal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This PR assumes that bidi ellipses inherit the directionality from their block container, not from the bidi paragraph. See #12617 (comment))

Under that assumption, this PR does look good. But you're right, it is an assumption that we need to confirm.

In any case, even if that assumption is invalidated, and we do go by the bidi paragraph after all, the text of this PR will still be closer to that goal than the pre-existing spec, so it's still worth merging. We can always refine further later if needed.

@frivoal frivoal merged commit df2c247 into main Mar 17, 2026
1 check passed
@frivoal frivoal deleted the issue-12617-bidi-ellipsis branch March 17, 2026 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

css-overflow-4 topic: line-clamp line-clamp, -webkit-line-clamp, and related long hands, not including continue:discard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants