- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Sun, 22 Apr 2018 22:32:29 +0000
- To: public-css-archive@w3.org
Ahh ok, your use-case shows why the multiple gap recommendation I made earlier wouldn't work. What is the difficulty you see in implementing the original recommendation I made? Take a look at the comment I made above with all the pretty diagrams in it. The grid-gaps act more like borders with `box-sizing` set to `border-box`. The algorithm for the outer grid could still treat the main grid spacing as columns but on the sub-grid, it could treat the gaps like borders. Or maybe it might be easier to adjust the algorithm to treat _all_ gaps like borders for both the outer and sub grid cells? -- GitHub Notification of comment by Dan503 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2285#issuecomment-383417641 using your GitHub account
Received on Sunday, 22 April 2018 22:32:35 UTC