css3-flexbox/Overview.src.html

changeset 7089
c963d3ec23b8
parent 7088
f2c62d4eb004
child 7090
2dfe9b0d813f
     1.1 --- a/css3-flexbox/Overview.src.html	Mon Dec 03 14:10:34 2012 -0800
     1.2 +++ b/css3-flexbox/Overview.src.html	Mon Dec 03 14:12:15 2012 -0800
     1.3 @@ -2498,7 +2498,8 @@
     1.4  
     1.5  			<p>
     1.6  				If the flex container has only a single line
     1.7 -				(even if it's a <i>multi-line</i> flex container),
     1.8 +				(even if it's a <i>multi-line</i> flex container)
     1.9 +				and has a <i>definite</i> cross size,
    1.10  				the cross size of the flex line
    1.11  				is the flex container's inner cross size.
    1.12  
    1.13 @@ -3261,6 +3262,9 @@
    1.14  
    1.15  		<li>
    1.16  			<a href="#algo-main-item">Allow intrinsic aspect ratios to inform the main-size calculation.</a>
    1.17 +
    1.18 +		<li>
    1.19 +			Correct an omission in the flex-line size determination, so a single-line flexbox will size to its contents if it doesn't have a definite size.
    1.20  	</ul>
    1.21  
    1.22  	<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.

mercurial