|
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-20 name=DC.issued> |
| 11 | + <meta content=2012-09-21 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/CR-css3-flexbox-20120920/" |
| 14 | + <meta content="http://www.w3.org/TR/2012/CR-css3-flexbox-20120921/" |
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>W3C Candidate Recommendation, 20 |
| 219 | + <h2 class="no-num no-toc" id=w3c-working>W3C Candidate Recommendation, 21 |
220 | 220 | September 2012</h2> |
221 | 221 |
|
222 | 222 | <dl> |
223 | 223 | <dt>This version: |
224 | 224 |
|
225 | 225 | <dd><a |
226 | | - href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120920/">http://www.w3.org/TR/2012/CR-css3-flexbox-20120920/</a> |
| 226 | + href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120921/">http://www.w3.org/TR/2012/CR-css3-flexbox-20120921/</a> |
227 | 227 | <!--<dd><a href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a> --> |
228 | 228 |
|
229 | 229 | <dt>Latest version: |
@@ -1887,8 +1887,9 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2> |
1887 | 1887 | flex container (due to the ‘<a href="#flex-flow-wrap"><code |
1888 | 1888 | class=css>wrap</code></a>’ keyword appearing in its value), the flex |
1889 | 1889 | container will create an additional line to contain the last item. |
1890 | | - <figure> <img src="images/multiline-no-flex.svg"> <figcaption> An example |
1891 | | - rendering of the multi-line flex container. </figcaption> </figure> |
| 1890 | + <figure> <img src="images/multi-line-no-flex.svg"> <figcaption> An |
| 1891 | + example rendering of the multi-line flex container. </figcaption> |
| 1892 | + </figure> |
1892 | 1893 | </div> |
1893 | 1894 |
|
1894 | 1895 | <p> Once content is broken into lines, each line is laid out independently; |
@@ -1920,7 +1921,7 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2> |
1920 | 1921 | flexibility, so each of the three items on that line will receives 20px |
1921 | 1922 | of extra width, ending up 100px wide. The remaining item is on a line of |
1922 | 1923 | its own and will stretch to the entire width of the line, or 300px. |
1923 | | - <figure> <img src="images/multiline-flex.svg"> <figcaption> A rendering |
| 1924 | + <figure> <img src="images/multi-line-flex.svg"> <figcaption> A rendering |
1924 | 1925 | of the same as above, but with the items all given ‘<code |
1925 | 1926 | class=css>flex: auto</code>’. </figcaption> </figure> |
1926 | 1927 | </div> |
|
0 commit comments