Skip to content

Commit 53dfd7a

Browse files
committed
[css-sizing-4] Update Changes list.
1 parent 4c72f22 commit 53dfd7a

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

css-sizing-3/Overview.bs

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ Intrinsic Sizes</h3>
858858
in the appropriate dimension,
859859
use the <a>stretch fit</a> into that size in that dimension.
860860
* 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=]
862862
[=minimum size=] ('min-width'/'min-height') in that dimension,
863863
use that size.
864864
* Otherwise,
@@ -1264,9 +1264,35 @@ Changes</h2>
12641264
Major changes since the <a href="https://www.w3.org/TR/2019/WD-css-sizing-3-20190522/">22 May 2019 Working Draft</a> include:
12651265

12661266
<ul>
1267-
<li>...
1268-
<li>Switched default sizing of an object with an intrinsic aspect ratio to use the ICB size instead of 300px&times;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&times;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&times;150px.
12691292
(<a href="https://github.com/w3c/csswg-drafts/issues/4218">Issue 4218</a>)
1293+
1294+
<li>
1295+
Miscellaneous minor / editorial fixes.
12701296
</ul>
12711297

12721298
<p>

0 commit comments

Comments
 (0)