Re: [csswg-drafts] [css-contain-3][css-grid-2] Interaction between subgrid, and containment. (#7091)

I think I would expect something like this:
1. Size the grid under a max-content constraint. Treat the subgrid as empty due to containment, so the grid becomes 0px tall.
2. This sets the size of the grid container: 0px content height.
3. Run the grid algorithm again, now with a definite available grid space, and not treating the subgrid as empty.
4. This sets the final size of the grid: 100px tall.

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


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

Received on Saturday, 26 February 2022 19:44:48 UTC