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, 9 March 2012</ h2 >
32+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 12 March 2012</ h2 >
3333
3434 < dl >
3535 < dt > This version:
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>-->
36+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120312 /">http://www.w3.org/TR/2012/ED-css3-flexbox-20120312 /</a>-->
3737
3838
3939 < dd > < a
@@ -577,7 +577,7 @@ <h2 id=flex-items><span class=secno>4. </span> Flexbox Items</h2>
577577
578578 < p > Notice that block element "not-an-item6.3" is not a separate flexbox
579579 item, because it is contained inside an inline element which is being
580- wrapped into an anonymous flex item. Similarly, the block element
580+ wrapped into an anonymous flexbox item. Similarly, the block element
581581 "not-an-item1.5" is not a flexbox item, because it's absolutely
582582 positioned and thus out of flow.</ p >
583583 </ div >
@@ -2077,7 +2077,7 @@ <h2 id=layout-algorithm><span class=secno>9. </span> Flexbox Layout
20772077 < li > If the free space is negative, but step 1 chose positive
20782078 flexibility, do nothing
20792079
2080- < li > Add a portion of free space to each flexible item, proportinal to
2080+ < li > Add a portion of free space to each flexible item, proportional to
20812081 item's flexibility
20822082 </ ol >
20832083
@@ -2172,10 +2172,10 @@ <h2 id=pagination><span class=secno>10. </span> Page breaks in flexbox</h2>
21722172 < li > Otherwise, it may be broken, according to breaking rules and
21732173 algorithms applicable to its display type.
21742174
2175- < li > Forced breaks inside flex item content are handled normally, but in
2176- row-direction flexbox they don't affect layout of sibling flex
2177- items (e.g. a forced break inside an item doesn't prevent its next
2178- sibling from appearing on the same page)
2175+ < li > Forced breaks inside flexbox item content are handled normally, but
2176+ in row-direction flexbox they don't affect layout of sibling
2177+ flexbox items (e.g. a forced break inside an item doesn't prevent
2178+ its next sibling from appearing on the same page)
21792179 </ ol >
21802180
21812181 < li > < b > Column-direction flexbox: single-line</ b >
@@ -2191,7 +2191,7 @@ <h2 id=pagination><span class=secno>10. </span> Page breaks in flexbox</h2>
21912191 flexbox.</ p >
21922192
21932193 < li > Set of items that will fit on current page is determined by adding
2194- main-axis sizes of items until total size exceeds availalble space or a
2194+ main-axis sizes of items until total size exceeds available space or a
21952195 forced break is encountered.
21962196
21972197 < li > If border box of an item doesn’t fit in available space, a break
@@ -2207,7 +2207,7 @@ <h2 id=pagination><span class=secno>10. </span> Page breaks in flexbox</h2>
22072207 </ ol >
22082208
22092209 < p class =note > It is the intent of this spec that column-direction
2210- single-line flexbox paginates very simlarly to block flow. As a test of
2210+ single-line flexbox paginates very similarly to block flow. As a test of
22112211 the intent, a flexbox with "flex-pack:start" and no flexible items
22122212 should paginate identically to a block with non-floating children with
22132213 same content, same used size and same used margins. This rule is
@@ -2326,7 +2326,7 @@ <h2 id=pagination><span class=secno>10. </span> Page breaks in flexbox</h2>
23262326 < li > Line packing is done on each page, with content on the page
23272327 </ ol >
23282328
2329- < p class =issue > TODO: combine breaking algorigthms for multiline in both
2329+ < p class =issue > TODO: combine breaking algorithms for multiline in both
23302330 directions. If breaks inside items are not allowed the algorithm is
23312331 almost same.</ p >
23322332 </ ul >
@@ -2436,7 +2436,7 @@ <h3 id=testing><span class=secno>11.5. </span> Non-experimental
24362436 implementations</ h3 >
24372437
24382438 < p > Once a specification reaches the Candidate Recommendation stage,
2439- non-experimental implementations are possible, and implementors should
2439+ non-experimental implementations are possible, and implementers should
24402440 release an unprefixed implementation of any CR-level feature they can
24412441 demonstrate to be correctly implemented according to spec.
24422442
@@ -2506,9 +2506,12 @@ <h3 id=cr-exit-criteria><span class=secno>11.6. </span> CR exit criteria</h3>
25062506
25072507 < h2 class =no-num id =acknowledgments > Acknowledgments</ h2 >
25082508
2509- < p > [This section will contain further acknowledgments.]
2510-
2511- < p > Thanks for feedback from James Elmore and Shinichiro Hamaji.
2509+ < p > Thanks for feedback and contributions to Andrew Fedoniouk, Arron
2510+ Eicholz, James Elmore, Ben Horst, Boris Zbarsky, Brad Kemper, Brian
2511+ Heuston, Christian Stockwell, Christoph Päper, Daniel Holbert, Erik
2512+ Anderson, Eugene Veselov, Fantasai, John Jansen, Markus Mielke, Ning
2513+ Rogers, Ojan Vafai, Peter Salas, Phil Cupp, Robert O'Callahan, Rossen
2514+ Atanassov, Shinichiro Hamaji, Tony Chang.
25122515
25132516 < h2 class =no-num id =references > References</ h2 >
25142517
0 commit comments