Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 690d4e5d080bf880c5cb73d2e777fc5de3d3ac05
https://github.com/WebKit/WebKit/commit/690d4e5d080bf880c5cb73d2e777fc5de3d3ac05
Author: Sammy Gill <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC][Integration] Bail out of GFC for relatively positioned grid items with
a percentage offset
https://bugs.webkit.org/show_bug.cgi?id=320492
rdar://problem/183458460
Reviewed by Taher Ali.
When a grid item is relatively positioned and has a percentage inset we
need to resolve the percent against the item's grid area. This
information is needed after layout but we currently have no way to
recompute this and it is not stored anywhere so let's not run GFC while
we figure this out.
Canonical link: https://commits.webkit.org/318115@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications