changed initial value for 'flex-line-pack' to 'stretch'

Fri, 09 Mar 2012 12:45:39 -0800

author
Alex Mogilevsky <alexmog@microsoft.com>
date
Fri, 09 Mar 2012 12:45:39 -0800
changeset 4708
166bd5c52fbd
parent 4704
d03ba99b8821
child 4709
692d22c06bfb

changed initial value for 'flex-line-pack' to 'stretch'

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 08 17:41:00 2012 +0100
     1.2 +++ b/css3-flexbox/Overview.html	Fri Mar 09 12:45:39 2012 -0800
     1.3 @@ -29,11 +29,11 @@
     1.4  
     1.5     <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 March 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 9 March 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12 -     <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120305/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120305/</a>-->
    1.13 +     <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120309/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120309/</a>-->
    1.14       
    1.15  
    1.16      <dd><a
    1.17 @@ -1695,7 +1695,7 @@
    1.18      <tr>
    1.19       <th>Initial:
    1.20  
    1.21 -     <td>start
    1.22 +     <td>stretch
    1.23  
    1.24      <tr>
    1.25       <th>Applies to:
    1.26 @@ -2667,7 +2667,7 @@
    1.27  
    1.28       <td>start | end | center | justify | distribute | stretch
    1.29  
    1.30 -     <td>start
    1.31 +     <td>stretch
    1.32  
    1.33       <td>multi-line flexboxes
    1.34  
     2.1 --- a/css3-flexbox/Overview.src.html	Thu Mar 08 17:41:00 2012 +0100
     2.2 +++ b/css3-flexbox/Overview.src.html	Fri Mar 09 12:45:39 2012 -0800
     2.3 @@ -857,7 +857,7 @@
     2.4  			<td>start | end | center | justify | distribute | stretch
     2.5  		<tr>
     2.6  			<th>Initial:
     2.7 -			<td>start
     2.8 +			<td>stretch
     2.9  		<tr>
    2.10  			<th>Applies to:
    2.11  			<td><i>multi-line</i> flexboxes

mercurial