Re: [csswg-drafts] [css-grid] Applying 'justify-content' content distribution is in the wrong place in the overall grid sizing algo

> Whether we perform alignment of the tracks after that set of tracks is sized or at the end of the algorithm, the final size of the orthogonal item will still be 300px or 500px. If we apply alignment within the grid algorithm, it seems to me we get a better result regardless, no?

The issue is that baseline alignment in the row-axis (justify-self) may depend on the final size of the row, as explained in #2409. 

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

Received on Tuesday, 1 May 2018 22:42:01 UTC