Bug 262508 - [css-grid] Subgrids should have their row-start margins resolved after column sizing of outer grid
Summary: [css-grid] Subgrids should have their row-start margins resolved after column...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sammy Gill
URL:
Keywords: InRadar
Depends on:
Blocks: 260530
  Show dependency treegraph
 
Reported: 2023-10-02 15:07 PDT by Sammy Gill
Modified: 2023-10-17 13:37 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sammy Gill 2023-10-02 15:07:28 PDT
After the first and second iteration of column sizing in the grid track sizing algorithm, the available width for each grid item should be defined. This should allow these items to properly resolve various margins. Row subgrids in particular need this information for their items that participate in baseline alignment in the block direction of the grid.
Comment 1 Radar WebKit Bug Importer 2023-10-02 15:07:46 PDT
<rdar://problem/116369419>
Comment 2 Sammy Gill 2023-10-02 15:40:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18517
Comment 3 EWS 2023-10-17 13:37:04 PDT
Committed 269424@main (d28a4da714e8): <https://commits.webkit.org/269424@main>

Reviewed commits have been landed. Closing PR #18517 and removing active labels.