This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Currently there are no separate properties for pos-flex, neg-flex or preferred size. If it doesn't change, there needs to be at least CSS OM access to the separate values. Parsing space-separated list is easier than functional notation, but figuring out the used value for preferred size is still far from trivial.
Proposal: have separate properties for flex components: flex-positive: <number> flex-negative: <number> flex-preferred-size: <length> This is the most simple and consistent way to address OM problem and I don't see any particular danger in separate cascading being possible, not much different from widtha and min-width being separate...
flex component propperties are in ED: flex-grow, flex-shrink, flex-basis http://dvcs.w3.org/hg/csswg/raw-file/7679f4684f58/css3-flexbox/Overview.html