[csswg-drafts] [css-align] Should last-baseline's fallback alignment be safe or unsafe?

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

== [css-align] Should last-baseline's fallback alignment be safe or unsafe? ==
The "fallback alignment" for last-baseline alignment is specified as "end".  However, should this be "safe" or "unsafe"?

There are two ways we use the fallback alignment:

* If the item requests baseline alignment, but it's not in a context that allows it, we use the fallback alignment instead. In this case, "safe end" is probably best, as it doesn't hide any content.
* After we align all the baselines, we then use the fallback alignment to align the group as a whole within the shared alignment context.  In this case, "safe end" is again probably best.

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

Received on Tuesday, 18 July 2017 17:15:41 UTC