Re: [csswg-drafts] [css-align] percentage gap definition should be clearer for the block direction (#4664)

OK, so it seems clear that the Firefox behavior is what's desired.

However, I disagree that css-sizing is the right spec for this. gaps are not sizing... At the very least there should be a non-normative note in css-align about this, but I really do think that it should be defined there.

I guess what I would like is a definition of this in terms of the flexbox algorithm:
https://drafts.csswg.org/css-flexbox/#layout-algorithm

I suppose from a spec perspective the argument is that flexbox block sizes should first be determined based on https://drafts.csswg.org/css-flexbox/#intrinsic-sizes and percentages then resolve based on that. Unfortunately no browser implements that yet, making this harder.

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

Received on Thursday, 23 January 2020 11:38:33 UTC