Skip to content

Commit 068e602

Browse files
committed
Renamed 'distribute' to 'justify', per mailing list convo.
1 parent 95856fe commit 068e602

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,8 @@ <h3 id=flex-items><span class=secno>2.2. </span> Flexbox Items</h3>
505505
href="#main-axis"><i>main axis</i></a> is based on the value of &lsquo;<a
506506
href="#flex-pack0"><code class=property>flex-pack</code></a>&rsquo;: if
507507
the value is &lsquo;<a href="#flex-line-pack-start"><code
508-
class=css>start</code></a>&rsquo; or &lsquo;<a
509-
href="#flex-line-pack-distribute"><code
510-
class=css>distribute</code></a>&rsquo;, it's flush with the <a
508+
class=css>start</code></a>&rsquo; or &lsquo;<code
509+
class=css>distribute</code>&rsquo;, it's flush with the <a
511510
href="#main-start"><i>main-start</i></a> edge of the flexbox's content
512511
box; if the value is &lsquo;<a href="#flex-line-pack-end"><code
513512
class=css>end</code></a>&rsquo;, it's flush with the <a
@@ -879,7 +878,7 @@ <h3 id=flex-pack><span class=secno>5.1. </span> Main Axis Alignment: the
879878
<tr>
880879
<th>Value:
881880

882-
<td>start | end | center | distribute
881+
<td>start | end | center | justify
883882

884883
<tr>
885884
<th>Initial:
@@ -949,7 +948,7 @@ <h3 id=flex-pack><span class=secno>5.1. </span> Main Axis Alignment: the
949948
free-space is negative, the <a href="#flexbox-item"><i>flexbox
950949
items</i></a> will overflow equally in both directions.)
951950

952-
<dt><dfn id=flex-pack-distribute>distribute</dfn>
951+
<dt><dfn id=flex-pack-justify>justify</dfn>
953952

954953
<dd><a href="#flexbox-item"><i>Flexbox items</i></a> are evenly
955954
distributed in the line. If the leftover free-space is negative or there
@@ -1253,7 +1252,7 @@ <h3 id=flex-line-pack><span class=secno>6.1. </span> &lsquo;<a
12531252
<tr>
12541253
<th>Value:
12551254

1256-
<td>start | end | center | distribute
1255+
<td>start | end | center | justify
12571256

12581257
<tr>
12591258
<th>Initial:
@@ -1316,7 +1315,7 @@ <h3 id=flex-line-pack><span class=secno>6.1. </span> &lsquo;<a
13161315
the last line in the flexbox. (If the leftover free-space is negative,
13171316
the lines will overflow equally in both directions.)
13181317

1319-
<dt><dfn id=flex-line-pack-distribute>distribute</dfn>
1318+
<dt><dfn id=flex-line-pack-justify>justify</dfn>
13201319

13211320
<dd>Lines are evenly distributed in the flexbox. If the leftover
13221321
free-space is negative or there is only a single line in the flexbox,
@@ -1538,7 +1537,7 @@ <h2 class=no-num id=property>Property index</h2>
15381537
<tr>
15391538
<th><a class=property href="#flex-line-pack0">flex-line-pack</a>
15401539

1541-
<td>start | end | center | distribute
1540+
<td>start | end | center | justify
15421541

15431542
<td>start
15441543

@@ -1568,7 +1567,7 @@ <h2 class=no-num id=property>Property index</h2>
15681567
<tr>
15691568
<th><a class=property href="#flex-pack0">flex-pack</a>
15701569

1571-
<td>start | end | center | distribute
1570+
<td>start | end | center | justify
15721571

15731572
<td>start
15741573

@@ -1615,10 +1614,6 @@ <h2 class=no-num id=index>Index</h2>
16151614
<li>cross-start, <a href="#cross-start"
16161615
title=cross-start><strong>2.</strong></a>
16171616

1618-
<li>distribute, <a href="#flex-line-pack-distribute"
1619-
title=distribute><strong>6.1.</strong></a>, <a
1620-
href="#flex-pack-distribute" title=distribute><strong>5.1.</strong></a>
1621-
16221617
<li>end, <a href="#flex-align-end" title=end><strong>5.2.</strong></a>, <a
16231618
href="#flex-line-pack-end" title=end><strong>6.1.</strong></a>, <a
16241619
href="#flex-pack-end" title=end><strong>5.1.</strong></a>
@@ -1662,6 +1657,10 @@ <h2 class=no-num id=index>Index</h2>
16621657
<li>hypothetical neighbors, <a href="#hypothetical-neighbors"
16631658
title="hypothetical neighbors"><strong>2.2.</strong></a>
16641659

1660+
<li>justify, <a href="#flex-line-pack-justify"
1661+
title=justify><strong>6.1.</strong></a>, <a href="#flex-pack-justify"
1662+
title=justify><strong>5.1.</strong></a>
1663+
16651664
<li>main axis, <a href="#main-axis" title="main
16661665
axis"><strong>2.</strong></a>
16671666

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h3 id='flex-pack'>
388388
<td><dfn>flex-pack</dfn>
389389
<tr>
390390
<th>Value:
391-
<td>start | end | center | distribute
391+
<td>start | end | center | justify
392392
<tr>
393393
<th>Initial:
394394
<td>start
@@ -418,7 +418,7 @@ <h3 id='flex-pack'>
418418
<dt><dfn id='flex-pack-center'>center</dfn></dt>
419419
<dd><i>Flexbox items</i> are packed toward the center of the line. The <i>flexbox items</i> on the line are placed flush with each other and aligned in the center of the line, with equal amounts of empty space between the <i>main-start</i> edge of the line and the first item on the line and between the <i>main-end</i> edge of the line and the last item on the line. (If the leftover free-space is negative, the <i>flexbox items</i> will overflow equally in both directions.)</dd>
420420

421-
<dt><dfn id='flex-pack-distribute'>distribute</dfn></dt>
421+
<dt><dfn id='flex-pack-justify'>justify</dfn></dt>
422422
<dd><i>Flexbox items</i> are evenly distributed in the line. If the leftover free-space is negative or there is only a single <i>flexbox item</i> on the line, this value is identical to ''start''. Otherwise, the <i>main-start</i> margin edge of the first <i>flexbox item</i> on the line is placed flush with the <i>main-start</i> edge of the line, the <i>main-end</i> margin edge of the last <i>flexbox item</i> on the line is placed flush with the <i>main-end</i> edge of the line, and the remaining <i>flexbox items</i> on the line are distributed so that the empty space between any two adjacent items is the same.</dd>
423423
</dl>
424424

@@ -585,7 +585,7 @@ <h3 id='flex-line-pack'>
585585
<td><dfn>flex-line-pack</dfn>
586586
<tr>
587587
<th>Value:
588-
<td>start | end | center | distribute
588+
<td>start | end | center | justify
589589
<tr>
590590
<th>Initial:
591591
<td>start
@@ -615,7 +615,7 @@ <h3 id='flex-line-pack'>
615615
<dt><dfn id='flex-line-pack-center'>center</dfn></dt>
616616
<dd>Lines are packed toward the center of the flexbox. The lines in the flexbox are placed flush with each other and aligned in the center of the flexbox, with equal amounts of empty space between the <i>cross-start</i> content edge of the flexbox and the first line in the flexbox and between the <i>cross-end</i> content edge of the flexbox and the last line in the flexbox. (If the leftover free-space is negative, the lines will overflow equally in both directions.)</dd>
617617

618-
<dt><dfn id='flex-line-pack-distribute'>distribute</dfn></dt>
618+
<dt><dfn id='flex-line-pack-justify'>justify</dfn></dt>
619619
<dd>Lines are evenly distributed in the flexbox. If the leftover free-space is negative or there is only a single line in the flexbox, this value is identical to ''start''. Otherwise, the <i>cross-start</i> edge of the first line in the flexbox is placed flush with the <i>cross-start</i> content edge of the flexbox, the <i>cross-end</i> edge of the last line in the flexbox is placed flush with the <i>cross-end</i> content edge of the flexbox, and the remaining lines in the flexbox are distributed so that the empty space between any two adjacent lines is the same.</dd>
620620
</dl>
621621

0 commit comments

Comments
 (0)