- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 16 Jun 2023 22:21:45 +0000
- To: public-css-archive@w3.org
> we don't determine the final width of grid until after we've determined a final size of wrapper Sure, for the final width, but for the min/max-content size the order should be the opposite: first the grid, then the wrapper. So when determining the min/max-content size of the grid, we still don't know the size of the wrapper, and then can't resolve the padding percentage. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8963#issuecomment-1595383698 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 16 June 2023 22:21:46 UTC