[css-flexbox] spec still disallows animation between "flex-grow: 0" and other values

Hi Tab,

I just noticed that the flexbox spec still disallows animating between 0
flexibilities and other values, even though the updated "resolving
flexible lengths" algorithm removes the mathematical discontinuity
there. (so, there's no more reason for the prohibition)

Specifically, both of these sections...
  http://dev.w3.org/csswg/css-flexbox/#flex-grow-property
  http://dev.w3.org/csswg/css-flexbox/#flex-shrink-property
...currently say the following:
 # Animatable:  yes, except between '0' and other values

Presumably that should change to "yes" [dropping the caveat]?

Thanks,
~Daniel

Received on Wednesday, 16 April 2014 00:41:40 UTC