[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 11:07:36 PDT 2012


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





--- Comment #3 from Chris H-C <chutten at rim.com>  2012-08-31 11:07:44 PST ---
I can't find any min-width: auto declarations in inspector.css: http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end/inspector.css

ohhh... the flex spec makes the new initial value of min-width auto as well. And if the version of the engine doesn't support min-width: auto (which is true for everything before SVN 122264) then there are problems.

So, in the flex layout algorithm, the flex base size is still 0 (because of the definite size (bad form for using the ambiguously-defined unitless 0, though)) but its hypothetical main size is clamped to min-width.

Geez, that's a roundabout way of just saying flex: initial; :D

So it's not actually incorrect as I originally stated. I apologize.

Can I change this bug to simply requesting the replacement of -webkit-flex: 0; with -webkit-flex: initial; since that's a notation that has higher levels of support?

-- 
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