@@ -4299,18 +4299,19 @@ Expand Flexible Tracks</h3>
4299
4299
First, find the used <a>flex fraction</a> :
4300
4300
4301
4301
<dl>
4302
- <dt> If the <a>free space</a> is zero:
4302
+ <dt> If the <a>free space</a> is zero
4303
+ or if sizing the <a>grid container</a> under a <a>min-content constraint</a> :
4303
4304
<dd>
4304
4305
The used <a>flex fraction</a> is zero.
4305
4306
4306
- <dt> If the <a>free space</a> is a <a>definite</a> length:
4307
+ <dt> Otherwise, if the <a>free space</a> is a <a>definite</a> length:
4307
4308
<dd>
4308
4309
The used <a>flex fraction</a> is the result of
4309
4310
<a href="#algo-find-fr-size">finding the size of an fr</a>
4310
4311
using all of the <a>grid tracks</a>
4311
4312
and a <a>space to fill</a> of the <a>available grid space</a> .
4312
4313
4313
- <dt> If the <a>free space</a> is an <a>indefinite</a> length:
4314
+ <dt> Otherwise, if the <a>free space</a> is an <a>indefinite</a> length:
4314
4315
<dd>
4315
4316
The used <a>flex fraction</a> is the maximum of:
4316
4317
@@ -4701,6 +4702,19 @@ Major Changes</h4>
4701
4702
<ins> or it is a <a>flexible track</a> </ins> ),
4702
4703
set its <a>growth limit</a> to its <a>base size</a> .
4703
4704
</blockquote>
4705
+
4706
+ <li id="change-2017-min-content-flex">
4707
+ Treat min-content constraints the same as zero free space
4708
+ when expanding flexible tracks.
4709
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3683">Issue 3683</a> )
4710
+ <blockquote>
4711
+ <dl>
4712
+ <dt> If the <a>free space</a> is zero
4713
+ <ins> or if sizing the <a>grid container</a> under a <a>min-content constraint</a> </ins> :
4714
+ <dd>
4715
+ The used <a>flex fraction</a> is zero.
4716
+ </dl>
4717
+ </blockquote>
4704
4718
</ul>
4705
4719
4706
4720
<h4 id="clarify-2017">
0 commit comments