Skip to content

Commit 5cff7f1

Browse files
committed
[css-flexbox-1] Drop computed value definition for min-width/height: auto; pending deferrment to css-sizing if #2248 goes through.
1 parent e001878 commit 5cff7f1

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,9 @@ Automatic Minimum Size of Flex Items</h3>
903903
To provide a more reasonable default minimum size for <a>flex items</a>,
904904
this specification defines that the ''min-width/auto'' keyword
905905
of the 'min-width' and 'min-height' properties
906+
[[!CSS-SIZING]]
906907
(which represents their initial value)
907-
computes to itself on <a>flex items</a> and
908-
applies a non-zero <a>automatic minimum size</a>
908+
applies an <a>automatic minimum size</a>
909909
to <a>flex items</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>.
910910

911911
In general, the <a>automatic minimum size</a> of a <a>flex item</a>
@@ -3461,13 +3461,6 @@ Changes since the 16 October 2017 CR</h3>
34613461
they must be resolved against the inline dimension, as for blocks.
34623462
(<a href="https://github.com/w3c/csswg-drafts/issues/2085">Issue 2085</a>)
34633463

3464-
<li id="change-2017-min-size-auto-computed">
3465-
Clearly defined when ''min-width/auto'' computes to itself on flex items:
3466-
in both axes, always.
3467-
(<a href="https://github.com/w3c/csswg-drafts/issues/2230">Issue 2230</a>)
3468-
<blockquote>
3469-
</blockquote>
3470-
34713464
<li id="change-2017-content-desc">
34723465
Added some (effectively informative) prose and a cross-reference
34733466
to more clearly define ''flex-basis: content''.
@@ -3485,9 +3478,13 @@ Changes since the 16 October 2017 CR</h3>
34853478

34863479
<li id="change-2017-min-size-auto">
34873480
Moved the definition of the ''min-width/auto'' keyword for 'min-width' and 'min-height'
3488-
to [[!CSS3-SIZING]].
3489-
(The definition of what an <a>automatic minimum size</a> for flex items is remains here.)
3490-
(<a href="https://github.com/w3c/csswg-drafts/issues/2103">Issue 2103</a>)
3481+
to [[!CSS3-SIZING]],
3482+
and altered the computation of ''min-width/auto''
3483+
such that it always computes to itself
3484+
(although its <a>resolved value</a> remains zero on CSS2 display types).
3485+
The definition of what an <a>automatic minimum size</a> for flex items is remains here.
3486+
(<a href="https://github.com/w3c/csswg-drafts/issues/2103">Issue 2103</a>,
3487+
<a href="https://github.com/w3c/csswg-drafts/issues/2248">Issue 2248</a>)
34913488
</ul>
34923489

34933490
<h3 id="changes-20160526">

0 commit comments

Comments
 (0)