Skip to content

Commit 50750fb

Browse files
committed
[css-flexbox] Restrict min-width:auto to only doing its stuff in the main axis, like it used to be.
1 parent a73868c commit 50750fb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,8 @@ Implied Minimum Size of Flex Items</h3>
882882
<dt><dfn>auto</dfn>
883883
<dd>
884884
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'',
885-
this keyword specifies as the minimum size the smaller of:
885+
when specified on the <a>flex item's</a> main-axis min-size property,
886+
this keyword specifies as the minimum size the smallest of:
886887

887888
<ul>
888889
<li>the computed 'width' ('height'), if that value is <a>definite</a>,

css-flexbox/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
</p>
247247
<h1 class="p-name no-ref" id=title>CSS Flexible Box Layout Module Level 1</h1>
248248
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
249-
<span class=dt-updated><span class=value-title title=20140530>30 May 2014</span></span></span></h2>
249+
<span class=dt-updated><span class=value-title title=20140609>9 June 2014</span></span></span></h2>
250250
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-flexbox-1/>http://www.w3.org/TR/css-flexbox-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/ rel=previous>http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a><dd><a href=http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/ rel=previous>http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/</a>
251251
<dt>Feedback:</dt>
252252
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-flexbox%5D%20feedback">www-style@w3.org</a>
@@ -991,7 +991,8 @@ <h3 class="heading settled heading" data-level=4.5 id=min-size-auto><span class=
991991
<dt><dfn class=css-code data-dfn-for="min-width, min-height" data-dfn-type=value data-export="" id=valuedef-auto0>auto<a class=self-link href=#valuedef-auto0></a></dfn>
992992
<dd>
993993
On a <a data-link-type=dfn href=#flex-item title="flex item">flex item</a> whose <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-overflow-3/#overflow0 title=overflow>overflow</a> is <span class=css data-link-for=overflow data-link-type=maybe title=visible>visible</span>,
994-
this keyword specifies as the minimum size the smaller of:
994+
when specified on the <a data-link-type=dfn href=#flex-item title="flex item’s">flex item’s</a> main-axis min-size property,
995+
this keyword specifies as the minimum size the smallest of:
995996

996997
<ul>
997998
<li>the computed <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-width title=width>width</a> (<a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-height title=height>height</a>), if that value is <a data-link-type=dfn href=#definite title=definite>definite</a>,

0 commit comments

Comments
 (0)