Skip to content

Commit 039e042

Browse files
committed
[css-flexbox] empty space -> spacing (editorial)
1 parent d979e88 commit 039e042

2 files changed

Lines changed: 25 additions & 23 deletions

File tree

css-flexbox/Overview.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Flexible Box Layout Module" name=dc.title>
1313
<meta content=text name=dc.type>
14-
<meta content=2013-04-03 name=dc.date>
14+
<meta content=2013-04-11 name=dc.date>
1515
<meta content="Tab Atkins Jr." name=dc.creator>
1616
<meta content="Elika J. Etemad" name=dc.creator>
1717
<meta content="Rossen Atanassov" name=dc.creator>
@@ -220,11 +220,11 @@
220220
<h1 class=p-name id=head-box-flexible>CSS Flexible Box Layout Module</h1>
221221

222222
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, <time
223-
class=dt-updated datetime=20130403> 3 April 2013</time></h2>
223+
class=dt-updated datetime=20130411>11 April 2013</time></h2>
224224

225225
<dl>
226226
<dt>This version:
227-
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130403/</a>-->
227+
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130411/</a>-->
228228

229229
<dd><a class=u-url
230230
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
@@ -2559,7 +2559,7 @@ <h3 id=justify-content-property><span class=secno>8.2. </span> Axis
25592559
href="#flex-item"><i>flex item</i></a> on the line is placed flush with
25602560
the <a href="#main-end"><i>main-end</i></a> edge of the line, and the
25612561
remaining <a href="#flex-item"><i>flex items</i></a> on the line are
2562-
distributed so that the empty space between any two adjacent items is the
2562+
distributed so that the spacing between any two adjacent items is the
25632563
same.
25642564

25652565
<dt><dfn id=justify-space-around><code
@@ -2571,11 +2571,12 @@ <h3 id=justify-content-property><span class=secno>8.2. </span> Axis
25712571
item</i></a> on the line, this value is identical to <a
25722572
href="#justify-center"><code class=css>center</code></a>.
25732573
Otherwise, the <a href="#flex-item"><i>flex items</i></a> on the line are
2574-
distributed such that the empty space between any two adjacent <a
2574+
distributed such that the spacing between any two adjacent <a
25752575
href="#flex-item"><i>flex items</i></a> on the line is the same, and the
2576-
empty space before the first and after the last <a
2577-
href="#flex-item"><i>flex items</i></a> on the line are half the size of
2578-
the other empty spaces.
2576+
spacing between the first/last <a href="#flex-item"><i>flex items</i></a>
2577+
and the <a href="#flex-container"><i>flex container</i></a> edges is half
2578+
the size of the spacing between <a href="#flex-item"><i>flex
2579+
items</i></a>.
25792580
</dl>
25802581

25812582
<div class=figure> <img alt=alt height=270 src="images/flex-pack.svg"
@@ -2892,7 +2893,7 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28922893
line in the flex container is placed flush with the <a
28932894
href="#cross-end"><i>cross-end</i></a> content edge of the flex
28942895
container, and the remaining lines in the flex container are distributed
2895-
so that the empty space between any two adjacent lines is the same.
2896+
so that the spacing between any two adjacent lines is the same.
28962897

28972898
<dt><dfn id=align-content-space-around><code
28982899
class=css>space-around</code></dfn>
@@ -2901,10 +2902,10 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
29012902
spaces on either end. If the leftover free-space is negative this value
29022903
is identical to <a href="#align-content-center"><code
29032904
class=css>center</code></a>. Otherwise, the lines in the flex
2904-
container are distributed such that the empty space between any two
2905-
adjacent lines is the same, and the empty space before the first and
2906-
after the last lines in the flex container are half the size of the other
2907-
empty spaces.
2905+
container are distributed such that the spacing between any two adjacent
2906+
lines is the same, and the spacing between the first/last lines and the
2907+
<a href="#flex-container"><i>flex container</i></a> edges is half the
2908+
size of the spacing between <i>flex lines</i>.
29082909

29092910
<dt><dfn id=align-content-stretch><code
29102911
class=css>stretch</code></dfn>
@@ -3866,7 +3867,7 @@ <h3 class=no-num id=normative>Normative references</h3>
38663867
<!-- Sorted by label -->
38673868

38683869
<dl class=bibliography>
3869-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
3870+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
38703871
<!---->
38713872

38723873
<dt id=CSS21>[CSS21]
@@ -3925,7 +3926,7 @@ <h3 class=no-num id=informative>Other references</h3>
39253926
<!-- Sorted by label -->
39263927

39273928
<dl class=bibliography>
3928-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
3929+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
39293930
<!---->
39303931

39313932
<dt id=CSS3UI>[CSS3UI]

css-flexbox/Overview.src.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ <h3 id='justify-content-property'>
19261926
the <i>main-end</i> margin edge of the last <i>flex item</i> on the line
19271927
is placed flush with the <i>main-end</i> edge of the line,
19281928
and the remaining <i>flex items</i> on the line are distributed
1929-
so that the empty space between any two adjacent items is the same.
1929+
so that the spacing between any two adjacent items is the same.
19301930

19311931
<dt><dfn id='justify-space-around'>''space-around''</dfn>
19321932
<dd>
@@ -1935,9 +1935,10 @@ <h3 id='justify-content-property'>
19351935
If the leftover free-space is negative or
19361936
there is only a single <i>flex item</i> on the line,
19371937
this value is identical to <a href="#justify-center">''center''</a>.
1938-
Otherwise, the <i>flex items</i> on the line are distributed
1939-
such that the empty space between any two adjacent <i>flex items</i> on the line is the same,
1940-
and the empty space before the first and after the last <i>flex items</i> on the line are half the size of the other empty spaces.
1938+
Otherwise, the <i>flex items</i> on the line are distributed
1939+
such that the spacing between any two adjacent <i>flex items</i> on the line is the same,
1940+
and the spacing between the first/last <i>flex items</i> and the <i>flex container</i> edges
1941+
is half the size of the spacing between <i>flex items</i>.
19411942
</dl>
19421943

19431944
<div class="figure">
@@ -2162,7 +2163,7 @@ <h3 id='align-content-property'>
21622163
the <i>cross-end</i> edge of the last line in the flex container
21632164
is placed flush with the <i>cross-end</i> content edge of the flex container,
21642165
and the remaining lines in the flex container are distributed
2165-
so that the empty space between any two adjacent lines is the same.
2166+
so that the spacing between any two adjacent lines is the same.
21662167

21672168
<dt><dfn id='align-content-space-around'>''space-around''</dfn>
21682169
<dd>
@@ -2171,9 +2172,9 @@ <h3 id='align-content-property'>
21712172
If the leftover free-space is negative
21722173
this value is identical to <a href="#align-content-center">''center''</a>.
21732174
Otherwise, the lines in the flex container are distributed
2174-
such that the empty space between any two adjacent lines is the same,
2175-
and the empty space before the first and after the last lines in the flex container
2176-
are half the size of the other empty spaces.
2175+
such that the spacing between any two adjacent lines is the same,
2176+
and the spacing between the first/last lines and the <i>flex container</i> edges
2177+
is half the size of the spacing between <i>flex lines</i>.
21772178

21782179
<dt><dfn id='align-content-stretch'>''stretch''</dfn>
21792180
<dd>

0 commit comments

Comments
 (0)