- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Aug 2016 19:44:09 +0000
- To: public-css-archive@w3.org
Baseline content-alignment only works between things in "row-like contexts" <https://drafts.csswg.org/css-align/#baseline-align-content> - table cells, flex items, and grid items. Inline-level boxes (such as an inline-grid container) are not on that list, so they don't participate in baseline content-alignment. (We can clarify the spec a bit here.) So you can content-align the *grid items* in the container with each other (they'll get magic-padding to make their baselines align), but the grid *container* itself can't be baseline content-aligned in this context. (Only thing you can do is use `vertical-align`.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/372#issuecomment-237349277 using your GitHub account
Received on Wednesday, 3 August 2016 19:46:13 UTC