Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9eb6dde74c929c9798a0a3fcdeac1a658ddf1e8f
https://github.com/WebKit/WebKit/commit/9eb6dde74c929c9798a0a3fcdeac1a658ddf1e8f
Author: Sammy Gill <[email protected]>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/GridLayoutUtils.cpp
Log Message:
-----------
[GFC] Precentage and calculated preferred sizes should resolve against grid
area size in appropriate dimension
https://bugs.webkit.org/show_bug.cgi?id=306049
rdar://168690386
Reviewed by Elika Etemad.
For example, if a grid item has an inline size of 100%, that percentage
should resolve against the sum of the columns that item spans. For both
the inline and block axis we already compute the size of the
columns/rows that it spans so just call Style::evaluate with that value.
Canonical link: https://commits.webkit.org/306348@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications