Skip to content

Commit a7f5233

Browse files
committed
changed initial value for 'flex-line-pack' to 'stretch'
1 parent 2e65a75 commit a7f5233

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
3131

32-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 March 2012</h2>
32+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 9 March 2012</h2>
3333

3434
<dl>
3535
<dt>This version:
36-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120305/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120305/</a>-->
36+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120309/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120309/</a>-->
3737

3838

3939
<dd><a
@@ -1695,7 +1695,7 @@ <h3 id=flex-line-pack><span class=secno>8.4. </span> &lsquo;<a
16951695
<tr>
16961696
<th>Initial:
16971697

1698-
<td>start
1698+
<td>stretch
16991699

17001700
<tr>
17011701
<th>Applies to:
@@ -2667,7 +2667,7 @@ <h2 class=no-num id=property>Property index</h2>
26672667

26682668
<td>start | end | center | justify | distribute | stretch
26692669

2670-
<td>start
2670+
<td>stretch
26712671

26722672
<td>multi-line flexboxes
26732673

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ <h3 id='flex-line-pack'>
857857
<td>start | end | center | justify | distribute | stretch
858858
<tr>
859859
<th>Initial:
860-
<td>start
860+
<td>stretch
861861
<tr>
862862
<th>Applies to:
863863
<td><i>multi-line</i> flexboxes

0 commit comments

Comments
 (0)