- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Aug 2018 17:17:59 +0000
- To: public-css-archive@w3.org
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