Re: min-content/max-content computation WAS: [css3-flexbox] Does "width" property on a flex-item affect its used value of "min-width:auto"?

On Mon, Jan 7, 2013 at 12:52 PM, Elliott Sprehn <esprehn@gmail.com> wrote:
> On Mon, Jan 7, 2013 at 12:36 PM, Tab Atkins Jr. <jackalmage@gmail.com>
> wrote:
>>
>> ...
>
>
> So which of the three browser behaviors is the correct one in Ojan's
> example? :)

Firefox.  IE fails because it doesn't calculate the width of
inline-block elements correctly (it appears to apply an inherent
min-content width restriction).  We fail because we're not honoring
min-width correctly.

~TJ

Received on Monday, 7 January 2013 21:23:11 UTC