[webkit-changes] [WebKit/WebKit] 392ebd: [LFC][IFC] Do no try to break before a whitespace ...
alan
noreply at github.com
Sat Sep 24 10:16:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 392ebdcde4f4a58d658533c77998216af4598462
https://github.com/WebKit/WebKit/commit/392ebdcde4f4a58d658533c77998216af4598462
Author: Alan Bujtas <zalan at apple.com>
Date: 2022-09-24 (Sat, 24 Sep 2022)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp
Log Message:
-----------
[LFC][IFC] Do no try to break before a whitespace content when "line-break: after-white-space" is present
https://bugs.webkit.org/show_bug.cgi?id=245620
Reviewed by Antti Koivisto.
This patch is in preparation for enabling "line-break: after-white-space" (see the comment at processOverflowingContentWithText for details).
* Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp:
(WebCore::Layout::InlineContentBreaker::processOverflowingContentWithText const):
Canonical link: https://commits.webkit.org/254826@main
More information about the webkit-changes
mailing list