Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[LFC][IFC] Add right to left direction support for text-overflow: ell…
…ipsis https://bugs.webkit.org/show_bug.cgi?id=244251 Reviewed by Antti Koivisto. Compute the ellipsis start position using the display boxes in the reversed direction when the inline content has right to left flow. * Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.cpp: (WebCore::Layout::InlineDisplayContentBuilder::build): (WebCore::Layout::InlineDisplayContentBuilder::processOverflownRunsForEllipsis): * Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.h: Canonical link: https://commits.webkit.org/253689@main
- Loading branch information
1 parent
9269904
commit d20113bd2d4e87c09d6616b1fc3b431c3b2ec2a0
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters