- From: Rachel Andrew <rachelandrewuk@gmail.com>
- Date: Tue, 2 Sep 2014 16:53:24 +0100
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- Cc: www-style list <www-style@w3.org>
- Message-ID: <CAAU94gHd7gUCfhaU1OumDVG+nKASuhPG1ncJJw=Q9OdMY04c2Q@mail.gmail.com>
What got me thinking about this was when doing something like a 16 column grid: http://gridbyexample.com/examples/code/layout4.html I couldn't see a way of having auto rows, and ended up repeating the pattern so I could have my regular gutter row. So a row-gap would solve this, or some way of saying repeat this pattern as often as is needed. As far as I can tell once I am out of defined rows, I don't have a way to make a gutter. grid-template-rows: repeat(9, (row) auto (gutter) 20px ); On Tue, Sep 2, 2014 at 4:01 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote: > [taking this back to the list] > > On Mon, Sep 1, 2014 at 10:47 AM, Rachel Andrew <rachelandrewuk@gmail.com> > wrote: > >> Yeah, you want row-gap and column-gap, and they've been shifted to > >> Grid level 2, unfortunately. > > > > thanks for clarifying - just wanted to check I wasn't missing something. > > On that note, can you provide the examples that you wanted to use > gutters on? One of the reasons I was okay with shifting > row/column-gap to level 2 is that I wasn't sure that a generic "every > row/column gets the same gap" would be what was wanted. I'm > interested in seeing if it really is okay that the gap is the same for > every row/column, or if we'd need to design something new that allows > you to set a different gap for certain ranges. > > ~TJ > -- Rachel Andrew http://rachelandrew.co.uk http://twitter.com/rachelandrew
Received on Tuesday, 2 September 2014 15:53:59 UTC