Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 06722850fda289ee48354cfe3cedea64b5c87850
https://github.com/WebKit/WebKit/commit/06722850fda289ee48354cfe3cedea64b5c87850
Author: Karl Dubost <[email protected]>
Date: 2026-08-13 (Thu, 13 Aug 2026)
Changed paths:
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/page/QuirksData.h
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Remove Quirk needsZillowFloorplanMarginQuirk for zillow.com
https://bugs.webkit.org/show_bug.cgi?id=309831
rdar://172411135
Reviewed by Taher Ali.
zillow.com centers the floorplan image with justify-self: center. WebKit
was not implementing justify-self for block-level boxes, so 309203@main
added a quirk centering the image with auto margins instead. justify-self
landed since, in 317212@main and 317349@main (webkit.org/b/319534), so
the quirk is not needed anymore.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsZillowFloorplanMarginQuirk const): Deleted.
(WebCore::handleZillowQuirks):
* Source/WebCore/page/Quirks.h:
* Source/WebCore/page/QuirksData.h:
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjustForSiteSpecificQuirks const):
Canonical link: https://commits.webkit.org/319158@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications