Re: [csswg-drafts] [css-grid-2] Resolving padding in indefinite intrinsic size calculation and using that to resolve indefinite size? (#8963)

> This happens on both cases. Please explain why the grid container should only be resized in one of them.

The padding percentage, and track percentage are resolved against different things.
The padding percentage is resolved against the grid's containing-block (which is definite when determining the min/max-content size of the grid), vs. the grid-track percentage is resolve against the grid's "content"-box which is indefinite during the min/max content size (e.g. it *is* cyclic).

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


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

Received on Thursday, 15 June 2023 15:48:25 UTC