Re: [csswg-drafts] [css-2][css-flexbox][css-grid] baseline position of inline-flex/inline-grid elements with overflow:hidden

Inline-flex elements are (inline-level) _flex containers,_ not flex items. Their direct children are flex items, and their vertical (in case of horizontal writing mode and `flex-direction: row`) position is controlled by `align-items`/`align-self` properties. The `vertical-align` property still affects the vertical position of the container itself in the line box.

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

Received on Thursday, 28 June 2018 18:34:11 UTC