2121
2222 < h1 id =head-box-flexible > CSS Flexible Box Layout Module</ h1 >
2323
24- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 14 June 2011</ h2 >
24+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 15 June 2011</ h2 >
2525
2626 < dl >
2727 < dt > This version:
2828
29- < dd > <!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110614 /">http://www.w3.org/TR/2011/WD-css3-flexbox-20110614 /</a></dd> -->
29+ < dd > <!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110615 /">http://www.w3.org/TR/2011/WD-css3-flexbox-20110615 /</a></dd> -->
3030 < a
3131 href ="http://dev.w3.org/csswg/css3-flexbox/ "> http://dev.w3.org/csswg/css3-flexbox/</ a >
3232
@@ -603,8 +603,8 @@ <h3 id=resolving-flexible-lengths><span class=secno>5.1. </span> Resolving
603603 right margins, left and right borders, left and right paddings, and widths
604604 of all < a href ="#flexbox-item "> < i > flexbox item</ i > </ a > s share the width of
605605 the flexbox itself. Conversely, each < a href ="#flexbox-item "> < i > flexbox
606- item</ i > </ a > ‘< code class =property > s </ code > ’ vertical margins,
607- borders, padding, and height individually share the height of the flexbox.
606+ item</ i > </ a > ‘< code class =css > s vertical margins, borders, padding ,
607+ and height individually share the height of the flexbox.</ code >
608608
609609 < div class =figure >
610610 < p class ="caption issue "> TODO: Diagram showing the relevant lengths in
@@ -626,12 +626,11 @@ <h3 id=resolving-flexible-lengths><span class=secno>5.1. </span> Resolving
626626 flexibility</ dfn > shrink in proportion to their flexibility to try and
627627 make the sum equal the available width/height.
628628
629- < p > The ‘< a href ="#flex-pack0 "> < code
630- class =property > flex-pack</ code > </ a > ’ and ‘< a
631- href ="#flex-align0 "> < code class =property > flex-align</ code > </ a > ’
632- properties offer more complex control over free-space distribution. The
633- precise details of how free space is determined and assigned to flexible
634- lengths is detailed in a later chapter.
629+ < p > The ’flex-pack' and ‘< a href ="#flex-align0 "> < code
630+ class =property > flex-align</ code > </ a > ’ properties offer more complex
631+ control over free-space distribution. The precise details of how free
632+ space is determined and assigned to flexible lengths is detailed in a
633+ later chapter.
635634
636635 < h3 id =fraction-unit > < span class =secno > 5.2. </ span > The ‘< code
637636 class =css > fr</ code > ’ unit</ h3 >
@@ -699,7 +698,7 @@ <h3 id=flex-function><span class=secno>5.3. </span> The ‘<code
699698 flexibility</ i > </ a > is set to the second value, and the < i > preferred
700699 size</ i > is set to ‘< code class =css > auto</ code > ’.
701700
702- < li > Otherwise, if one value is a non-negative integer and the other is a
701+ < li > Otherwise, if one value is a non-negative number and the other is a
703702 <length> , a <percentage> , or a valid keyword for ‘< code
704703 class =property > width</ code > ’ or ‘< code
705704 class =property > height</ code > ’, the < a
0 commit comments