File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -849,8 +849,8 @@ Intrinsic Sizes</h3>
849
849
and likely to be web compatible,
850
850
but please send feedback to the CSSWG if there are any problems.
851
851
* 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=]
854
854
and calculate the other dimension using the aspect ratio.
855
855
<dt> For boxes without an intrinsic aspect ratio:
856
856
<dd>
@@ -1258,6 +1258,15 @@ Compressible Replaced Elements</h2>
1258
1258
<h2 class=no-num id="changes">
1259
1259
Changes</h2>
1260
1260
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×150px.
1267
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4218">Issue 4218</a> )
1268
+ </ul>
1269
+
1261
1270
<p>
1262
1271
Major changes since the <a href="https://www.w3.org/TR/2018/WD-css-sizing-3-20180304/">4 March 2018 Working Draft</a> include:
1263
1272
You can’t perform that action at this time.
0 commit comments