- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Jun 2017 19:42:41 +0000
- To: public-css-archive@w3.org
There seem to be three ways to handle this case: * Exclude items with `align-self: stretch` and a specified height constraint (`min-height`/`height`/`max-height`) from `align-content: last baseline` alignment. * Exclude items with `align-self: stretch` whose specified height constraint gets triggered such that it no longer sizes as `stretch`. * Treat items with `align-self: stretch` and `align-content: last baseline` as having an `end` fallback alignment instead of a `start` fallback alignment. Tab and I are currently leaning towards the last option, since it seems the easiest to specify and implement and probably also the most author-friendly. Agenda+ to ask for opinions from the rest of the WG. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1556#issuecomment-311463877 using your GitHub account
Received on Tuesday, 27 June 2017 19:42:47 UTC