- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Sep 2011 17:13:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv15641 Modified Files: Overview.html Overview.src.html Log Message: Renamed 'distribute' to 'justify', per mailing list convo. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Overview.html 19 Sep 2011 17:11:51 -0000 1.69 +++ Overview.html 19 Sep 2011 17:13:12 -0000 1.70 @@ -505,9 +505,8 @@ href="#main-axis"><i>main axis</i></a> is based on the value of ‘<a href="#flex-pack0"><code class=property>flex-pack</code></a>’: if the value is ‘<a href="#flex-line-pack-start"><code - class=css>start</code></a>’ or ‘<a - href="#flex-line-pack-distribute"><code - class=css>distribute</code></a>’, it's flush with the <a + class=css>start</code></a>’ or ‘<code + class=css>distribute</code>’, it's flush with the <a href="#main-start"><i>main-start</i></a> edge of the flexbox's content box; if the value is ‘<a href="#flex-line-pack-end"><code class=css>end</code></a>’, it's flush with the <a @@ -879,7 +878,7 @@ <tr> <th>Value: - <td>start | end | center | distribute + <td>start | end | center | justify <tr> <th>Initial: @@ -949,7 +948,7 @@ free-space is negative, the <a href="#flexbox-item"><i>flexbox items</i></a> will overflow equally in both directions.) - <dt><dfn id=flex-pack-distribute>distribute</dfn> + <dt><dfn id=flex-pack-justify>justify</dfn> <dd><a href="#flexbox-item"><i>Flexbox items</i></a> are evenly distributed in the line. If the leftover free-space is negative or there @@ -1253,7 +1252,7 @@ <tr> <th>Value: - <td>start | end | center | distribute + <td>start | end | center | justify <tr> <th>Initial: @@ -1316,7 +1315,7 @@ the last line in the flexbox. (If the leftover free-space is negative, the lines will overflow equally in both directions.) - <dt><dfn id=flex-line-pack-distribute>distribute</dfn> + <dt><dfn id=flex-line-pack-justify>justify</dfn> <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, @@ -1538,7 +1537,7 @@ <tr> <th><a class=property href="#flex-line-pack0">flex-line-pack</a> - <td>start | end | center | distribute + <td>start | end | center | justify <td>start @@ -1568,7 +1567,7 @@ <tr> <th><a class=property href="#flex-pack0">flex-pack</a> - <td>start | end | center | distribute + <td>start | end | center | justify <td>start @@ -1615,10 +1614,6 @@ <li>cross-start, <a href="#cross-start" title=cross-start><strong>2.</strong></a> - <li>distribute, <a href="#flex-line-pack-distribute" - title=distribute><strong>6.1.</strong></a>, <a - href="#flex-pack-distribute" title=distribute><strong>5.1.</strong></a> - <li>end, <a href="#flex-align-end" title=end><strong>5.2.</strong></a>, <a href="#flex-line-pack-end" title=end><strong>6.1.</strong></a>, <a href="#flex-pack-end" title=end><strong>5.1.</strong></a> @@ -1662,6 +1657,10 @@ <li>hypothetical neighbors, <a href="#hypothetical-neighbors" title="hypothetical neighbors"><strong>2.2.</strong></a> + <li>justify, <a href="#flex-line-pack-justify" + title=justify><strong>6.1.</strong></a>, <a href="#flex-pack-justify" + title=justify><strong>5.1.</strong></a> + <li>main axis, <a href="#main-axis" title="main axis"><strong>2.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Overview.src.html 19 Sep 2011 17:11:51 -0000 1.69 +++ Overview.src.html 19 Sep 2011 17:13:12 -0000 1.70 @@ -388,7 +388,7 @@ <td><dfn>flex-pack</dfn> <tr> <th>Value: - <td>start | end | center | distribute + <td>start | end | center | justify <tr> <th>Initial: <td>start @@ -418,7 +418,7 @@ <dt><dfn id='flex-pack-center'>center</dfn></dt> <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> - <dt><dfn id='flex-pack-distribute'>distribute</dfn></dt> + <dt><dfn id='flex-pack-justify'>justify</dfn></dt> <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> </dl> @@ -585,7 +585,7 @@ <td><dfn>flex-line-pack</dfn> <tr> <th>Value: - <td>start | end | center | distribute + <td>start | end | center | justify <tr> <th>Initial: <td>start @@ -615,7 +615,7 @@ <dt><dfn id='flex-line-pack-center'>center</dfn></dt> <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> - <dt><dfn id='flex-line-pack-distribute'>distribute</dfn></dt> + <dt><dfn id='flex-line-pack-justify'>justify</dfn></dt> <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> </dl>
Received on Monday, 19 September 2011 17:13:19 UTC