- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Sun, 22 Apr 2018 00:58:18 +0000
- To: public-css-archive@w3.org
Thanks @MatsPalmgren for attempting to implement customisable grid-gap on subgrids :) I like the idea of being able to alter the alignments of the subgrid items however your implementation is far too unintuitive for me to endorse it. If I set `grid-gap: 20px` on the parent then the vertical spacing between the outer grid items should remain visually at 20px regardless of what I set the sub-grid grid-gap to. Is there a way for the algorithm to recognise that this gap will appear and compensate for it accordingly? -- GitHub Notification of comment by Dan503 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2285#issuecomment-383346113 using your GitHub account
Received on Sunday, 22 April 2018 00:58:45 UTC