- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 Sep 2016 04:55:23 +0000
- To: public-css-archive@w3.org
> It seems to me that the behavior we're looking for is that the item is sized to 20x20, and the rest of the text overflows. > And that's the default behavior as align|justify-items is stretch by default. > However, if align|justify-items is start the expected behavior would be like the next picture Yes, exactly. > Shouldn't say in the "cross axis"? The implied minimum doesn't take effect in the cross axis at all for flex items. This is because flex lines are always auto-sized anyway. (Except for single-line flex containers... but in that case the items would overflow the flex container in more or less the same way.) > Does this apply in both stretch and start case? Definitely applies for `stretch`. For the `start` case, afaict it makes no difference. Let me know if that assumption is incorrect. :) -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/283#issuecomment-246573701 using your GitHub account
Received on Tuesday, 13 September 2016 04:55:34 UTC