Re: [csswg-drafts] [css-align] Allowing fallback alignments without breaking shorthands

No, I was suggesting that the slash separates the initial and the fallback, not the axes. So we'd have `align-content: space-between / center` for the longhand. This would help make it clearer that `center` is a secondary value, vs. the current syntax `align-content: space-between center`.

Then for the shorthand, `place-content: space-between / center` would setting both `align-content` and `justify-content` to `space-between / center`. In cases where you want different values in each axis, we'd follow the `border-radius` shorthand pattern, e.g. `place-content: space-evenly / start center` would assign `align-content: space-evenly / start; justify-content: space-evenly / center`.

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

Received on Tuesday, 27 June 2017 22:14:30 UTC