Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [css-flexbox] spec still disallows animation between "flex-grow: 0" and other values from Daniel Holbert on 2014-04-16 (www-style@w3.org from April 2014)

[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