File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 < h1 id =head-box-flexible > CSS Flexible Box Layout Module</ h1 >
4242
43- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 23 May 2012</ h2 >
43+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 24 May 2012</ h2 >
4444
4545 < dl >
4646 < dt > This version:
47- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120523 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120523 /</a>-->
47+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120524 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120524 /</a>-->
4848
4949
5050 < dd > < a
@@ -1843,7 +1843,8 @@ <h3 id=auto-margins><span class=secno>8.1. </span> Aligning with ‘<a
18431843 </ ul >
18441844
18451845 < p class =note > Note that, if free space is distributed to auto margins, the
1846- alignment properties will have no effect in that dimension.
1846+ alignment properties will have no effect in that dimension because the
1847+ margins will have stolen all the free space left over after flexing.
18471848
18481849 < div class =example >
18491850 < p > Auto margins can be used for simple alignment or for fine control.
Original file line number Diff line number Diff line change @@ -1286,7 +1286,9 @@ <h3 id='auto-margins'>
12861286
12871287 < p class ='note '>
12881288 Note that, if free space is distributed to auto margins,
1289- the alignment properties will have no effect in that dimension.
1289+ the alignment properties will have no effect in that dimension
1290+ because the margins will have stolen all the free space
1291+ left over after flexing.
12901292
12911293 < div class ="example ">
12921294 < p > Auto margins can be used for simple alignment or for fine control.
You can’t perform that action at this time.
0 commit comments