Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4ea1ffe4be96e5adbf47ffa220d845a155af2ff
      
https://github.com/WebKit/WebKit/commit/a4ea1ffe4be96e5adbf47ffa220d845a155af2ff
  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] Bail out of GFC for grids with percentage rows and an indefinite block 
size
https://bugs.webkit.org/show_bug.cgi?id=320494
rdar://problem/183459336

Reviewed by Taher Ali.

In order to do this we need to slightly refactor the code so that we can
run the "Find the size of the grid container," portion of the spec
completely before the "Given the resulting grid container size, run the
Grid Sizing Algorithm to size the grid," portion of the Grid Layout
Algorithm:
https://drafts.csswg.org/css-grid-1/#layout-algorithm

Currently these two steps are coupled together so while we work this out
let's just make sure we don't run GFC if we hit this type of content.

Canonical link: https://commits.webkit.org/318116@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to