Re: [csswg-drafts] [css-grid-1][css-grid-2] Basic support for "equal gutter" with justify-content on grid items

Just to summarize, the example is
  - definite width, auto height grid container
  - auto-fill columns e.g. 100px
  - auto-placed items
  - `place-content: space-between`
The spacing produced by `space-between` is not equal in both axes.

I think there are two possible solutions here:
1. Invent some new syntax to make this happen.
2. Define that if an axis is auto-sized (and therefore justification space would be zero), justification space is instead copied from the other axis. (This is not a far stretch from how we handle frs.)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1116#issuecomment-288472394 using your GitHub account

Received on Wednesday, 22 March 2017 17:16:29 UTC