[Webkit-unassigned] [Bug 241304] New: Implement text-justify: none;
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 4 05:41:20 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241304
Bug ID: 241304
Summary: Implement text-justify: none;
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
Blocks: 99945
The original implementation for legacy layout in bug 135349 had the issue that it didn't take in account text-align-last: justify; (if text-align is different than justify).
IFC does not implement text-justify: none.
So I removed the existing legacy layout implementation of text-justify: none in https://github.com/WebKit/WebKit/pull/1308 to avoid confusion.
I think it should be easy to add support for both modern and legacy layouts, however it's probably worth refactoring to avoid duplicating the logic.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=99945
[Bug 99945] [meta] Implement CSS3 text-justify feature on webkit
--
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/20220604/61ae4d36/attachment-0001.htm>
More information about the webkit-unassigned
mailing list