Skip to content

Commit 115be8f

Browse files
committed
[css3-flexbox] typo
1 parent beb519e commit 115be8f

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<link href="http://purl.org/dc/terms/" rel=schema.DC>
99
<meta content="CSS Flexible Box Layout Module" name=DC.title>
1010
<meta content=text name=DC.type>
11-
<meta content=2012-09-05 name=DC.issued>
11+
<meta content=2012-09-14 name=DC.issued>
1212
<meta content="http://dev.w3.org/csswg/css3-flexbox/" name=DC.creator>
1313
<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/"
1515
name=DC.identifier>
1616
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
1717
rel=DC.rights>
@@ -216,11 +216,11 @@
216216

217217
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
218218

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>
220220

221221
<dl>
222222
<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>-->
224224

225225
<dd><a
226226
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
18221822
}
18231823
}</pre>
18241824

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
18261826
intelligent wrapping left as an exercise for the reader.)</small>
18271827
</div>
18281828

@@ -1877,8 +1877,9 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2>
18771877
flex container (due to the ‘<a href="#flex-flow-wrap"><code
18781878
class=css>wrap</code></a>’ keyword appearing in its value), the flex
18791879
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>
18821883
</div>
18831884

18841885
<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>
19101911
flexibility, so each of the three items on that line will receives 20px
19111912
of extra width, ending up 100px wide. The remaining item is on a line of
19121913
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
19141915
of the same as above, but with the items all given ‘<code
19151916
class=css>flex: auto</code>’. </figcaption> </figure>
19161917
</div>
@@ -3951,10 +3952,10 @@ <h3 class=no-num id=informative>Other references</h3>
39513952
<dt id=CSS3VAL>[CSS3VAL]
39523953

39533954
<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>
39583959
</dd>
39593960
<!---->
39603961

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ <h4 id="order-accessibility">
13321332
}
13331333
}</pre>
13341334

1335-
<p><small>(Further use of multiline flex containers to achieve even more intelligent wrapping left as an exercise for the reader.)</small>
1335+
<p><small>(Further use of multi-line flex containers to achieve even more intelligent wrapping left as an exercise for the reader.)</small>
13361336
</div>
13371337

13381338
<h2 id='flex-lines'>
@@ -1386,10 +1386,10 @@ <h2 id='flex-lines'>
13861386
the flex container will create an additional line to contain the last item.
13871387

13881388
<figure>
1389-
<img src="images/multiline-no-flex.svg">
1389+
<img src="images/multi-line-no-flex.svg">
13901390

13911391
<figcaption>
1392-
An example rendering of the multiline flex container.
1392+
An example rendering of the multi-line flex container.
13931393
</figcaption>
13941394
</figure>
13951395
</div>
@@ -1421,7 +1421,7 @@ <h2 id='flex-lines'>
14211421
and will stretch to the entire width of the line, or 300px.
14221422

14231423
<figure>
1424-
<img src="images/multiline-flex.svg">
1424+
<img src="images/multi-line-flex.svg">
14251425

14261426
<figcaption>
14271427
A rendering of the same as above,

0 commit comments

Comments
 (0)