- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 23:31:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv30569 Modified Files: Overview.html Overview.src.html Log Message: Rephrase flex-align:stretch to specify what happens when min/max come into play. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- Overview.html 8 Dec 2011 22:38:10 -0000 1.79 +++ Overview.html 8 Dec 2011 23:31:14 -0000 1.80 @@ -1209,16 +1209,16 @@ <dd> <p>If the <a href="#cross-size-property"><i>cross size property</i></a> - of the <a href="#flexbox-item"><i>flexbox item</i></a> is anything other - than ‘<code class=css>auto</code>’, this value is identical - to ‘<a href="#flex-line-pack-start"><code - class=css>start</code></a>’.</p> + of the <a href="#flexbox-item"><i>flexbox item</i></a> is ‘<code + class=css>auto</code>’, it resolves to the length necessary to + make the <a href="#cross-size"><i>cross size</i></a> of the item's + margin box the same size as the line, while still respecting + ‘<code class=css>min/max-width/height</code>’ constraints as + normal.</p> - <p>Otherwise, this value causes the <a - href="#cross-size-property"><i>cross size property</i></a> of the <a - href="#flexbox-item"><i>flexbox item</i></a> to resolve to the length - necessary to make the <a href="#cross-size"><i>cross size</i></a> of the - item's margin box the same size as the line.</p> + <p>The <a href="#cross-start"><i>cross-start</i></a> margin edge of the + <a href="#flexbox-item"><i>flexbox item</i></a> is placed flush with the + <a href="#cross-start"><i>cross-start</i></a> edge of the line.</p> </dl> <div class=example> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- Overview.src.html 8 Dec 2011 22:38:10 -0000 1.79 +++ Overview.src.html 8 Dec 2011 23:31:14 -0000 1.80 @@ -547,9 +547,9 @@ <dt><dfn id="flex-align-stretch">stretch</dfn></dt> <dd> - <p>If the <i>cross size property</i> of the <i>flexbox item</i> is anything other than ''auto'', this value is identical to ''start''.</p> + <p>If the <i>cross size property</i> of the <i>flexbox item</i> is ''auto'', it resolves to the length necessary to make the <i>cross size</i> of the item's margin box the same size as the line, while still respecting 'min/max-width/height' constraints as normal.</p> - <p>Otherwise, this value causes the <i>cross size property</i> of the <i>flexbox item</i> to resolve to the length necessary to make the <i>cross size</i> of the item's margin box the same size as the line.</p> + <p>The <i>cross-start</i> margin edge of the <i>flexbox item</i> is placed flush with the <i>cross-start</i> edge of the line.</p> </dd> </dl>
Received on Thursday, 8 December 2011 23:31:29 UTC