[css3-flexbox] Update Changes section.

Thu, 14 Mar 2013 14:56:49 -0700

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Thu, 14 Mar 2013 14:56:49 -0700
changeset 7746
c63e994df5a4
parent 7745
9437131b3d6e
child 7747
11c56c86a19e

[css3-flexbox] Update Changes section.

css3-flexbox/Overview.html file | annotate | diff | comparison | revisions
css3-flexbox/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-flexbox/Overview.html	Thu Mar 14 14:54:35 2013 -0700
     1.2 +++ b/css3-flexbox/Overview.html	Thu Mar 14 14:56:49 2013 -0700
     1.3 @@ -3947,6 +3947,11 @@
     1.4      means that percentage cross-sizes that behave as ‘<code
     1.5      class=css>auto</code>’ (because they don't resolve against definite
     1.6      sizes) aren't stretched.
     1.7 +
     1.8 +   <li> Reverted the initial value of ‘<code
     1.9 +    class=property>min-width</code>’/‘<code
    1.10 +    class=property>min-height</code>’ back to being ‘<code
    1.11 +    class=css>0</code>’.
    1.12    </ul>
    1.13  
    1.14    <p>A <a
     2.1 --- a/css3-flexbox/Overview.src.html	Thu Mar 14 14:54:35 2013 -0700
     2.2 +++ b/css3-flexbox/Overview.src.html	Thu Mar 14 14:56:49 2013 -0700
     2.3 @@ -3241,6 +3241,9 @@
     2.4  			Clarify that ''stretch'' checks for the <em>computed</em> value of the cross-size property being ''auto'',
     2.5  			which means that percentage cross-sizes that behave as ''auto''
     2.6  			(because they don't resolve against definite sizes) aren't stretched.
     2.7 +
     2.8 +		<li>
     2.9 +			Reverted the initial value of 'min-width'/'min-height' back to being ''0''.
    2.10  	</ul>
    2.11  
    2.12  	<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.

mercurial