Skip to content

Conversation

@servo-wpt-sync
Copy link
Collaborator

@servo-wpt-sync servo-wpt-sync commented Nov 19, 2025

Layout: Added basic text-overflow: ellipsis support at the Fragment Tree & Display List construction stages.

This PR is an attempt to create a very basic support for text-overflow: ellipsis according to the CSS specifications.

I'd like to emphasize the word basic here, as this is a partial implementation only. For example, this PR doesn't add support for "double-valued" text-overflow, such as text-overflow: ellipsis ellipsis.

In addition to this, I have opened a PR in the Stylo repository #issue 270 and created a blog to explain my implementation.

Fixes: #40444
Reviewed in servo/servo#40526

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

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

The review process for this patch is being conducted in the Servo project.

@servo-wpt-sync servo-wpt-sync changed the title Add basic support for text-overflow: ellipsis on Servo layout: Add initial support for text-overflow: ellipsis Nov 19, 2025
Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

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

These changes are only cached files and it should not land. Please remove it from the patch.

@whimboo
Copy link
Contributor

whimboo commented Nov 20, 2025

I also made a comment over on servo/servo#40526 (review) where the review seems to actually take place.

@servo-wpt-sync
Copy link
Collaborator Author

👋 Downstream pull request (servo/servo#40526) no longer contains any upstreamable changes. Closing pull request without merging.

@servo-wpt-sync servo-wpt-sync deleted the servo_export_40526 branch November 20, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding basic support for text-overflow: ellipsis

4 participants