1111 < div class =head >
1212 < h1 id =head-box-flexible > Flexible Box Layout Module</ h1 >
1313
14- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 12 May 2009</ h2 >
14+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 10 June 2009</ h2 >
1515
1616 < dl >
1717 < dt > This version:
1818
19- < dd > <!-- <a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090512 /">http://www.w3.org/TR/2009/WD-css3-flexbox-20090512 /</a></dd> -->
19+ < dd > <!-- <a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090610 /">http://www.w3.org/TR/2009/WD-css3-flexbox-20090610 /</a></dd> -->
2020 < a
2121 href ="http://dev.w3.org/csswg/css3-flexbox/ "> http://dev.w3.org/csswg/css3-flexbox/</ a >
2222
@@ -32,10 +32,12 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 12 May 2009</h2>
3232 < dd > L. David Baron, Mozilla Corporation, < a
3333 href ="mailto:dbaron@dbaron.org "> dbaron@dbaron.org</ a >
3434
35+ < dt > Authors and former editors:
36+
3537 < dd > Neil Deakin, Mozilla Corporation, < a
3638 href ="mailto:enndeakin@sympatico.ca "> enndeakin@sympatico.ca</ a >
3739
38- < dd > Ian Hickson, Opera Software, < a
40+ < dd > Ian Hickson, formerly of Opera Software, < a
3941 href ="mailto:ian@hixie.ch "> ian@hixie.ch</ a >
4042
4143 < dd > David Hyatt, Apple, < a
@@ -64,8 +66,17 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 12 May 2009</h2>
6466
6567 < h2 class ="no-num no-toc " id =abstract > < a name =abstract > Abstract</ a > </ h2 >
6668
67- < p > The draft describes a CSS box model optimised for interface design. < a
68- href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a >
69+ < p > The draft describes a CSS box model optimised for interface design. It
70+ provides an additional layout system alongside the ones already in CSS. < a
71+ href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > In this new box
72+ model, the children of a box are laid out either horizontally or
73+ vertically, and unused space can be assigned to a particular child or
74+ distributed among the children by assignment of “flex” to the
75+ children that should expand. Nesting of these boxes (horizontal inside
76+ vertical, or vertical inside horizontal) can be used to build layouts in
77+ two dimensions. This model is based on the box model in the XUL
78+ user-interface language used for the user interface of many Mozilla-based
79+ applications (such as Firefox).
6980
7081 < h2 class ="no-num no-toc " id =table > < a name =contents > Table of contents</ a > </ h2 >
7182 <!--begin-toc-->
0 commit comments