Re: [csswg-drafts] [css-align] "Baseline Content-Alignment" spec text seems to incorrectly assume that align-content axis is always block axis

@dholbert `align-content` on a flex *item* applies to content inside the flex item according to the flex item’s own writing mode. If its inline axis is parallel to the cross axis, then there are no other items in its alignment context, so it can't perform baseline alignment.

Let me know if that's starting to make sense or if I should try to explain it a different way? :)

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

Received on Thursday, 9 August 2018 20:46:12 UTC