[webkit-changes] [WebKit/WebKit] 55261a: [IFC][Integration] Disable intrusive float with mi...
alan
noreply at github.com
Wed Sep 14 13:46:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55261ad28ce9dde9d7ef9e48242e01841fdbd9b6
https://github.com/WebKit/WebKit/commit/55261ad28ce9dde9d7ef9e48242e01841fdbd9b6
Author: Alan Bujtas <zalan at apple.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
Log Message:
-----------
[IFC][Integration] Disable intrusive float with mismatching inline direction
https://bugs.webkit.org/show_bug.cgi?id=245168
Reviewed by Antti Koivisto.
<div style="direction: rtl">
<div style="float: left"></div>
<div style="direction: ltr">
<div style="float: left"></div> and some text
</div>
</div>
does not work yet (note the intrusive float coming from "rtl" content).
* Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
(WebCore::LayoutIntegration::canUseForChild):
(WebCore::LayoutIntegration::canUseForLineLayoutWithReason):
Canonical link: https://commits.webkit.org/254491@main
More information about the webkit-changes
mailing list