- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sat, 26 Feb 2022 19:44:47 +0000
- To: public-css-archive@w3.org
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