css3-flexbox/Overview.src.html

changeset 7083
284a967553ae
parent 7082
53fa9b12c43c
child 7084
4361ba418106
     1.1 --- a/css3-flexbox/Overview.src.html	Mon Dec 03 12:15:39 2012 -0800
     1.2 +++ b/css3-flexbox/Overview.src.html	Mon Dec 03 12:25:01 2012 -0800
     1.3 @@ -2395,6 +2395,17 @@
     1.4  					The <i>flex base size</i> is the item's resulting main size.
     1.5  
     1.6  				<li>
     1.7 +					If the flex basis and cross size are both ''auto'' ,
     1.8 +					the flex container is single-line and has a <i>definite</i> cross size,
     1.9 +					the flex item has an intrinsic aspect ratio,
    1.10 +					and the flex item has ''align-self: stretch'',
    1.11 +					the <i>flex base size</i> is computed from the flex container's inner cross size
    1.12 +					and the flex item's intrinsic aspect ratio.
    1.13 +
    1.14 +					<p class='issue'>
    1.15 +						This substep needs review, see thread at <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html</a>.
    1.16 +
    1.17 +				<li>
    1.18  					Otherwise,
    1.19  					if the flex basis is ''auto'' or depends on its available size,
    1.20  					the available main size is infinite,
    1.21 @@ -2520,6 +2531,10 @@
    1.22  			increase the cross size of each flex line by equal amounts
    1.23  			such that the sum of their cross sizes exactly equals the flex container's inner cross size.
    1.24  
    1.25 +			<p class='note'>
    1.26 +				Note that this step does not affect the main size of the flex item,
    1.27 +				even if it has an intrinsic aspect ratio.
    1.28 +
    1.29  		<li id='algo-visibility'>
    1.30  			<strong>Collapse ''visibility:collapse'' items.</strong>
    1.31  			If any flex items have ''visibility: collapse'',

mercurial