Re: [css-grid] Fragmenting Grid Layout: what happens to grid gap at break boundary?

On Thu, Dec 17, 2015 at 6:29 PM, Mats Palmgren <mats@mozilla.com> wrote:
> https://drafts.csswg.org/css-grid/#pagination
>
> There is a typo under the first bullet item: "flex items"
> should be "grid items" I believe.

Yup.

> I also need clarification on what should happen with grid gaps
> at break boundaries.  Should they be suppressed?
> (and by "grid gaps" here I mean the spacing between rows
> added for grid-row-gap and/or align-content)

We haven't edited that section since we added grid gaps.  I suspect
they should be suppressed, like margins.  After all, we don't put gaps
at the start or end.

~TJ

Received on Friday, 18 December 2015 03:03:59 UTC