Skip to content

Commit 57e2680

Browse files
committed
[css-sizing-3] Use ICB as default object size for boxes with an aspect ratio but no size.
1 parent 0d4d229 commit 57e2680

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css-sizing-3/Overview.bs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,8 +849,8 @@ Intrinsic Sizes</h3>
849849
and likely to be web compatible,
850850
but please send feedback to the CSSWG if there are any problems.
851851
* Otherwise
852-
use a width of ''300px''
853-
(height of ''150px'' in <a>vertical writing modes</a>)
852+
use an [=inline size=] matching
853+
the corresponding dimension of the [=initial containing block=]
854854
and calculate the other dimension using the aspect ratio.
855855
<dt>For boxes without an intrinsic aspect ratio:
856856
<dd>
@@ -1258,6 +1258,15 @@ Compressible Replaced Elements</h2>
12581258
<h2 class=no-num id="changes">
12591259
Changes</h2>
12601260

1261+
<p>
1262+
Major changes since the <a href="https://www.w3.org/TR/2019/WD-css-sizing-3-20190522/">22 May 2019 Working Draft</a> include:
1263+
1264+
<ul>
1265+
<li>...
1266+
<li>Switched default sizing of an object with an intrinsic aspect ratio to use the ICB size instead of 300px&times;150px.
1267+
(<a href="https://github.com/w3c/csswg-drafts/issues/4218">Issue 4218</a>)
1268+
</ul>
1269+
12611270
<p>
12621271
Major changes since the <a href="https://www.w3.org/TR/2018/WD-css-sizing-3-20180304/">4 March 2018 Working Draft</a> include:
12631272

0 commit comments

Comments
 (0)