[Webkit-unassigned] [Bug 259958] New: [LFC] Support text-wrap balance in legacy line layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 8 17:07:26 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259958
Bug ID: 259958
Summary: [LFC] Support text-wrap balance in legacy line layout
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: david_choi5 at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Given that IFC and LFC are radically different in their treatment of laying out inline content, there must exist a separate implementation of `text-wrap: balance` in both codepaths. IFC is easier to work with, and therefore allows more complex implementations of text-balancing than LFC. In LFC, if we decide to implement `text-wrap: balance`, then it will likely have to be a simple approach, such as a binary search approach that runs line layout in a loop.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230809/f8563cb0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list