Re: [csswg-drafts] [css-grid-2] 12.1. Grid Sizing Algorithm Step 4 should also include columns in some cases (#6115)

One of the original design decisions by the team at Microsoft who came up with the grid layout algorithm was to limit the number of cycles through row & column sizing to two passes, so that grid layout with items that have a cross-axis dependency don't cause an indefinite number of cycles. (It's not clear that the layout algorithm is actually guaranteed to converge.) Are you asking to increase the number of passes in the algorithm?

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6115#issuecomment-862795184 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 16 June 2021 23:22:33 UTC