Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c459b89fb34e4ed11cc58e2608fda573a696366
https://github.com/WebKit/WebKit/commit/1c459b89fb34e4ed11cc58e2608fda573a696366
Author: Sammy Gill <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-direction-rtl-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-direction-rtl-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-direction-rtl-001.html
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC] Restrict modern grid layout for RTL direction
https://bugs.webkit.org/show_bug.cgi?id=317323
rdar://179952661
Reviewed by Brent Fulgham.
The modern grid layout code does not correctly position items in grids
with direction: rtl. Add avoidance checks for both the grid container
and grid items having RTL direction so these grids fall back to the
legacy layout code until RTL support is implemented.
Canonical link: https://commits.webkit.org/315477@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications