Re: [csswg-drafts] [css-align][css-grid][css-flex] Baseline alignment not implemented due to lack of specs

No, I'm pretty sure Grid already handles this fine.  Over in Align, 
baseline alignment is defined as:

> effectively increases the margins on the box to align its alignment 
baseline with other baseline-aligned boxes in its group.

(or padding, for content alignment)

And then Grid just operates on min/max-content contributions, which 
include the margins of the element.

We think there is something missing - spanning elements need to 
first/last-baseline align with the stuff in its first/last row or 
column, but that's just a clarification to how grid items collect into
 baseline-sharing groups.

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

Received on Tuesday, 2 August 2016 21:56:13 UTC