css3-flexbox/Overview.src.html

changeset 6925
9d29cc6d8a95
parent 6873
4d607e6a3cf7
child 6930
b3cbd360fe90
     1.1 --- a/css3-flexbox/Overview.src.html	Tue Oct 23 16:04:44 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.src.html	Tue Oct 23 17:16:00 2012 -0700
     1.3 @@ -570,6 +570,8 @@
     1.4  
     1.5  		<li>
     1.6  			'float' and 'clear' have no effect on a <i>flex item</i>.
     1.7 +			(However, the 'float' property still affects the computed value of 'display' on children of a flex container,
     1.8 +			as this occurs <em title=''>before</em> <i>flex items</i> are determined.)
     1.9  
    1.10  		<li>
    1.11  			'vertical-align' has no effect on a flex item.
    1.12 @@ -3283,6 +3285,9 @@
    1.13  		<a href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120921/">21 September 2012 Candidate Recommendation</a>:
    1.14  	<ul>
    1.15  		<li>Absolutely positioned children of a flex container are no longer called "flex items" (to avoid terminology confusion).
    1.16 +
    1.17 +		<li>
    1.18 +			Clarified that 'float' still makes the children of a flex container turn into block-level elements.
    1.19  	</ul>
    1.20  
    1.21  	<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.

mercurial