Re: [csswg-drafts] [css-align] Mixing baseline self-alignment with random content alignments

Is this the problem we're talking about:
https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=6101

If `align-self: baseline` is supposed to align the baseline of the item with the first baseline of the grid, we'd have a problem, but I think it is supposed to align with the first baseline of the grid row, and that makes everything OK: first, layout the items, then baseline align them with each other, and figure out the height of the grid row from that, then now that you know its size, you can do `align-content:center` with no particular issue.

Or am I missing something?

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

Received on Wednesday, 15 August 2018 17:18:00 UTC