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

min-width: min-content;

should mean: no content overflow-x on the element. Thus if you have

{ min-width: min-content;
  overflow-x: auto; }

then you should never see horizontal scrollbar on such element.

Otherwise what's the point in min-width then?

-- 
Andrew Fedoniouk.

http://terrainformatica.com


On Mon, Jan 7, 2013 at 10:51 AM, Ojan Vafai <ojan@chromium.org> wrote:

> min-width: min-content;

Received on Monday, 7 January 2013 19:09:56 UTC