|
8 | 8 | <link href="http://purl.org/dc/terms/" rel=schema.DC> |
9 | 9 | <meta content="CSS Flexible Box Layout Module" name=DC.title> |
10 | 10 | <meta content=text name=DC.type> |
11 | | - <meta content=2012-09-05 name=DC.issued> |
| 11 | + <meta content=2012-09-14 name=DC.issued> |
12 | 12 | <meta content="http://dev.w3.org/csswg/css3-flexbox/" name=DC.creator> |
13 | 13 | <meta content=W3C name=DC.publisher> |
14 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-flexbox-20120905/" |
| 14 | + <meta content="http://www.w3.org/TR/2012/ED-css3-flexbox-20120914/" |
15 | 15 | name=DC.identifier> |
16 | 16 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
17 | 17 | rel=DC.rights> |
|
216 | 216 |
|
217 | 217 | <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1> |
218 | 218 |
|
219 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 September 2012</h2> |
| 219 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 14 September 2012</h2> |
220 | 220 |
|
221 | 221 | <dl> |
222 | 222 | <dt>This version: |
223 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120905/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120905/</a>--> |
| 223 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120914/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120914/</a>--> |
224 | 224 |
|
225 | 225 | <dd><a |
226 | 226 | href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a> |
@@ -1822,7 +1822,7 @@ <h4 id=order-accessibility><span class=secno>5.4.1. </span> Reordering and |
1822 | 1822 | } |
1823 | 1823 | }</pre> |
1824 | 1824 |
|
1825 | | - <p><small>(Further use of multiline flex containers to achieve even more |
| 1825 | + <p><small>(Further use of multi-line flex containers to achieve even more |
1826 | 1826 | intelligent wrapping left as an exercise for the reader.)</small> |
1827 | 1827 | </div> |
1828 | 1828 |
|
@@ -1877,8 +1877,9 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2> |
1877 | 1877 | flex container (due to the ‘<a href="#flex-flow-wrap"><code |
1878 | 1878 | class=css>wrap</code></a>’ keyword appearing in its value), the flex |
1879 | 1879 | container will create an additional line to contain the last item. |
1880 | | - <figure> <img src="images/multiline-no-flex.svg"> <figcaption> An example |
1881 | | - rendering of the multiline flex container. </figcaption> </figure> |
| 1880 | + <figure> <img src="images/multi-line-no-flex.svg"> <figcaption> An |
| 1881 | + example rendering of the multi-line flex container. </figcaption> |
| 1882 | + </figure> |
1882 | 1883 | </div> |
1883 | 1884 |
|
1884 | 1885 | <p> Once content is broken into lines, each line is laid out independently; |
@@ -1910,7 +1911,7 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2> |
1910 | 1911 | flexibility, so each of the three items on that line will receives 20px |
1911 | 1912 | of extra width, ending up 100px wide. The remaining item is on a line of |
1912 | 1913 | its own and will stretch to the entire width of the line, or 300px. |
1913 | | - <figure> <img src="images/multiline-flex.svg"> <figcaption> A rendering |
| 1914 | + <figure> <img src="images/multi-line-flex.svg"> <figcaption> A rendering |
1914 | 1915 | of the same as above, but with the items all given ‘<code |
1915 | 1916 | class=css>flex: auto</code>’. </figcaption> </figure> |
1916 | 1917 | </div> |
@@ -3951,10 +3952,10 @@ <h3 class=no-num id=informative>Other references</h3> |
3951 | 3952 | <dt id=CSS3VAL>[CSS3VAL] |
3952 | 3953 |
|
3953 | 3954 | <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a |
3954 | | - href="http://www.w3.org/TR/2012/WD-css3-values-20120308/"><cite>CSS |
3955 | | - Values and Units Module Level 3.</cite></a> 8 March 2012. W3C Working |
3956 | | - Draft. (Work in progress.) URL: <a |
3957 | | - href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a> |
| 3955 | + href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS |
| 3956 | + Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate |
| 3957 | + Recommendation. (Work in progress.) URL: <a |
| 3958 | + href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a> |
3958 | 3959 | </dd> |
3959 | 3960 | <!----> |
3960 | 3961 |
|
|
0 commit comments