[Webkit-unassigned] [Bug 95568] -webkit-flex of 0, computing to flex-basis: 0, does not allocate space to spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 10:38:22 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95568





--- Comment #1 from Tony Chang <tony at chromium.org>  2012-08-31 10:38:30 PST ---
Can you include a screen shot of the problem?  I'm having a hard time understanding from the description.

I think what you're saying is that a button with flex:0 should be given 0 space.  In this case, that's not happening because of section 4.4. Implied Minimum Size of Flex Items: http://www.w3.org/TR/css3-flexbox/#min-size-auto

The min-width of the button is auto, which resolves to min-content (i.e., the size of the button).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list