[webkit-changes] [WebKit/WebKit] e5e1fb: [Cleanup] Remove confusing isReplacedOrAtomicInlin...
Alan Baradlay
noreply at github.com
Tue Jan 21 08:32:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e5e1fbd1067882ebdfd7782448b1e69ab5091bab
https://github.com/WebKit/WebKit/commit/e5e1fbd1067882ebdfd7782448b1e69ab5091bab
Author: Alan Baradlay <zalan at apple.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M Source/WebCore/rendering/RenderBox.cpp
Log Message:
-----------
[Cleanup] Remove confusing isReplacedOrAtomicInline from RenderBox::avoidsFloats
https://bugs.webkit.org/show_bug.cgi?id=286292
Reviewed by Antti Koivisto.
This function is meant to handle block level content (also inline level boxes itself don't
avoid floats like block level boxes do, their lines get shrunk instead).
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::avoidsFloats const):
Canonical link: https://commits.webkit.org/289185@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list