Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89ad9bf1cf0dc5ec240d259aad77daeb7aeb21c9
https://github.com/WebKit/WebKit/commit/89ad9bf1cf0dc5ec240d259aad77daeb7aeb21c9
Author: Sammy Gill <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC][Integration] Allow grid items with explicit stretch alignment
https://bugs.webkit.org/show_bug.cgi?id=319870
rdar://problem/182774853
Reviewed by Vitor Roriz and Brent Fulgham.
Explicitly stretching an item, for example through align-self: stretch,
forces the item to take up the entire space in the axis. This logic is
already implemented through the "normal," alignment behavior for certain
grid items so we can use the already existing code for the case where
the item is given stretch explicitly.
Canonical link: https://commits.webkit.org/317662@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications