Re: [csswg-drafts] [css-align][css-grid] Incorrect grid's intrinsic size when applying baseline-alignment

I think this is more an implementation issue, the spec is indeed very clear.  Since we are implementing the baseline algorithm as part of the track sizing algorithm, there are cases where we don't have set yet the grid area size, hence the grid item still uses the grid container to figure put the available size. 

It's kind of a chicken-egg problem; we could extract the info about the grid area's size directly from the style, although the track sizing algorithm was not completed yet. I'll need some time to think about it, but thanks for the feedback. 

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

Received on Tuesday, 27 March 2018 09:13:16 UTC