@@ -858,7 +858,7 @@ Intrinsic Sizes</h3>
858
858
in the appropriate dimension,
859
859
use the <a>stretch fit</a> into that size in that dimension.
860
860
* Otherwise,
861
- if the box has a <<length>> as its [=computed|computed value=]
861
+ if the box has a <<length>> as its [=computed value|computed =]
862
862
[=minimum size=] ('min-width' /'min-height' ) in that dimension,
863
863
use that size.
864
864
* Otherwise,
@@ -1264,9 +1264,35 @@ Changes</h2>
1264
1264
Major changes since the <a href="https://www.w3.org/TR/2019/WD-css-sizing-3-20190522/">22 May 2019 Working Draft</a> include:
1265
1265
1266
1266
<ul>
1267
- <li> ...
1268
- <li> Switched default sizing of an object with an intrinsic aspect ratio to use the ICB size instead of 300px×150px.
1267
+ <li>
1268
+ Defined that ''width/min-content'' and ''width/max-content''
1269
+ do not necessarily behave the same as the property’s initial value
1270
+ if otherwise specified (by the relevant layout module).
1271
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3973">Issue 3973</a> )
1272
+
1273
+ <li>
1274
+ Switched intrinsic contribution of ''fit-content()''
1275
+ to treat its argument as that argument would be treated alone
1276
+ for intrinsic contribution calculations
1277
+ and resolve the fit-content formula accordingly,
1278
+ rather than having special behavior for ''fit-content()'' resolution
1279
+ when calculating intrinsic contributions.
1280
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3731">Issue 3731</a> )
1281
+
1282
+ <li>
1283
+ Changed the [=max-content size=] of replaced boxes
1284
+ without an intrinsic size
1285
+ to use their [=minimum size=] in place of ICB or 300px×150px
1286
+ only when it is a <<length>> .
1287
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4217">Issue 4217</a> )
1288
+
1289
+ <li>
1290
+ Switched default sizing of an object with an intrinsic aspect ratio
1291
+ to use the ICB size instead of 300px×150px.
1269
1292
(<a href="https://github.com/w3c/csswg-drafts/issues/4218">Issue 4218</a> )
1293
+
1294
+ <li>
1295
+ Miscellaneous minor / editorial fixes.
1270
1296
</ul>
1271
1297
1272
1298
<p>
0 commit comments