- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Jun 2023 00:05:11 +0000
- To: public-css-archive@w3.org
Replying to the following (a bit too late since @Loirooriol beat me to an answer): > @dholbert - Do you know where this additional padding is coming from? (We are super confused). As Oriol noted, it boils down to the line that he quoted in https://github.com/w3c/csswg-drafts/issues/8963#issuecomment-1590243087 , which is where we determine the space that we have available for `repeat(auto-fill, 100px)` to expand into. So we end up thinking that we can fit 3 columns, when we're computing the intrinsic size of the grid. (Need to think some more about comparable scenarios & to-what-extent this is broken...) -- GitHub Notification of comment by dholbert Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8963#issuecomment-1592144811 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 00:05:12 UTC