[csswg-drafts] [css-flexbox][css-align] baseline-alignment fallback: flex-start vs start/self-start

fantasai has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-flexbox][css-align] baseline-alignment fallback: flex-start vs
 start/self-start ==
When items can't be baseline-aligned, they are fallback-aligned. In 
flexbox, this falls back to `flex-start`. In the alignment spec, it 
falls back to `start`. Both of these seem wrong. It should fall back 
to `self-start` (or its equivalent), which is the direction that 
things appear to align to if you have a mix of content with different 
amounts of text.

(`last-baseline` should of course align to `self-end`).

https://drafts.csswg.org/css-flexbox/#valdef-align-items-baseline
https://drafts.csswg.org/css-align/#valdef-justify-content-baseline

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/332 using your GitHub 
account

Received on Tuesday, 19 July 2016 22:55:03 UTC