1111
1212 < meta content ="CSS Flexible Box Layout Module " name =dc.title >
1313 < meta content =text name =dc.type >
14- < meta content =2013-04-03 name =dc.date >
14+ < meta content =2013-04-11 name =dc.date >
1515 < meta content ="Tab Atkins Jr. " name =dc.creator >
1616 < meta content ="Elika J. Etemad " name =dc.creator >
1717 < meta content ="Rossen Atanassov " name =dc.creator >
220220 < h1 class =p-name id =head-box-flexible > CSS Flexible Box Layout Module</ h1 >
221221
222222 < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, < time
223- class =dt-updated datetime =20130403 > 3 April 2013</ time > </ h2 >
223+ class =dt-updated datetime =20130411 > 11 April 2013</ time > </ h2 >
224224
225225 < dl >
226226 < dt > This version:
227- <!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130403 /</a>-->
227+ <!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130411 /</a>-->
228228
229229 < dd > < a class =u-url
230230 href ="http://dev.w3.org/csswg/css3-flexbox/ "> http://dev.w3.org/csswg/css3-flexbox/</ a >
@@ -2559,7 +2559,7 @@ <h3 id=justify-content-property><span class=secno>8.2. </span> Axis
25592559 href ="#flex-item "> < i > flex item</ i > </ a > on the line is placed flush with
25602560 the < a href ="#main-end "> < i > main-end</ i > </ a > edge of the line, and the
25612561 remaining < a href ="#flex-item "> < i > flex items</ i > </ a > on the line are
2562- distributed so that the empty space between any two adjacent items is the
2562+ distributed so that the spacing between any two adjacent items is the
25632563 same.
25642564
25652565 < dt > < dfn id =justify-space-around > ‘< code
@@ -2571,11 +2571,12 @@ <h3 id=justify-content-property><span class=secno>8.2. </span> Axis
25712571 item</ i > </ a > on the line, this value is identical to < a
25722572 href ="#justify-center "> ‘< code class =css > center</ code > ’</ a > .
25732573 Otherwise, the < a href ="#flex-item "> < i > flex items</ i > </ a > on the line are
2574- distributed such that the empty space between any two adjacent < a
2574+ distributed such that the spacing between any two adjacent < a
25752575 href ="#flex-item "> < i > flex items</ i > </ a > on the line is the same, and the
2576- empty space before the first and after the last < a
2577- href ="#flex-item "> < i > flex items</ i > </ a > on the line are half the size of
2578- the other empty spaces.
2576+ spacing between the first/last < a href ="#flex-item "> < i > flex items</ i > </ a >
2577+ and the < a href ="#flex-container "> < i > flex container</ i > </ a > edges is half
2578+ the size of the spacing between < a href ="#flex-item "> < i > flex
2579+ items</ i > </ a > .
25792580 </ dl >
25802581
25812582 < div class =figure > < img alt =alt height =270 src ="images/flex-pack.svg "
@@ -2892,7 +2893,7 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28922893 line in the flex container is placed flush with the < a
28932894 href ="#cross-end "> < i > cross-end</ i > </ a > content edge of the flex
28942895 container, and the remaining lines in the flex container are distributed
2895- so that the empty space between any two adjacent lines is the same.
2896+ so that the spacing between any two adjacent lines is the same.
28962897
28972898 < dt > < dfn id =align-content-space-around > ‘< code
28982899 class =css > space-around</ code > ’</ dfn >
@@ -2901,10 +2902,10 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
29012902 spaces on either end. If the leftover free-space is negative this value
29022903 is identical to < a href ="#align-content-center "> ‘< code
29032904 class =css > center</ code > ’</ a > . Otherwise, the lines in the flex
2904- container are distributed such that the empty space between any two
2905- adjacent lines is the same, and the empty space before the first and
2906- after the last lines in the flex container are half the size of the other
2907- empty spaces .
2905+ container are distributed such that the spacing between any two adjacent
2906+ lines is the same, and the spacing between the first/last lines and the
2907+ < a href =" # flex-container " > < i > flex container</ i > </ a > edges is half the
2908+ size of the spacing between < i > flex lines </ i > .
29082909
29092910 < dt > < dfn id =align-content-stretch > ‘< code
29102911 class =css > stretch</ code > ’</ dfn >
@@ -3866,7 +3867,7 @@ <h3 class=no-num id=normative>Normative references</h3>
38663867 <!-- Sorted by label -->
38673868
38683869 < dl class =bibliography >
3869- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
3870+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
38703871 <!---->
38713872
38723873 < dt id =CSS21 > [CSS21]
@@ -3925,7 +3926,7 @@ <h3 class=no-num id=informative>Other references</h3>
39253926 <!-- Sorted by label -->
39263927
39273928 < dl class =bibliography >
3928- < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
3929+ < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
39293930 <!---->
39303931
39313932 < dt id =CSS3UI > [CSS3UI]
0 commit comments