@@ -504,7 +504,7 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
504
504
These keywords have been deferred to Level 4
505
505
(along with an additional ''width/contain'' keyword that
506
506
behaves similarly to ''width/stretch''
507
- but preserves the intrinsic aspect ratio, if any)
507
+ but preserves the [=preferred aspect ratio=] , if any)
508
508
to better work out the implications in situations with
509
509
<a>indefinite</a> <a>available space</a> .
510
510
@@ -872,20 +872,20 @@ Intrinsic Sizes</h3>
872
872
The [=min-content size=] and [=max-content size=] are collectively referred to
873
873
as the <dfn export id=dfn-intrinsic-sizes>intrinsic sizes</dfn> .
874
874
875
- Note: Note that when the box has an intrinsic aspect ratio,
875
+ Note: Note that when the box has a [=preferred aspect ratio=] ,
876
876
size constraints in the opposite dimension will transfer through
877
877
and can affect the ''width/auto'' size in the considered one.
878
878
See <a href="https://www.w3.org/TR/CSS2/visudet.html">CSS2§10</a> .
879
879
880
880
If the <a>max-content size</a> would depend
881
881
on the size of the containing block
882
- (as it sometimes does for images with an intrinsic aspect ratio but no intrinsic size,
882
+ (as it sometimes does for images with an [= intrinsic aspect ratio=] but no [= intrinsic dimensions|intrinsic size=] ,
883
883
see <a href="https://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width">CSS2§10.3.2</a> )
884
884
such that it can't be calculated against an infinitely-sized containing block
885
885
then:
886
886
887
887
<dl>
888
- <dt> For boxes with an intrinsic aspect ratio, but no intrinsic size:
888
+ <dt> For boxes with a [=preferred aspect ratio=] , but no [= intrinsic dimensions|intrinsic size=] :
889
889
<dd>
890
890
* If the <a>available space</a> is <a>definite</a>
891
891
in the <a>inline axis</a> ,
@@ -908,7 +908,7 @@ Intrinsic Sizes</h3>
908
908
the corresponding dimension of the [=initial containing block=]
909
909
and calculate the other dimension using the aspect ratio.
910
910
911
- <dt> For boxes without an intrinsic aspect ratio:
911
+ <dt> For boxes without a [=preferred aspect ratio=] :
912
912
<dd>
913
913
* If the <a>available space</a> is <a>definite</a>
914
914
in the appropriate dimension,
@@ -1310,6 +1310,9 @@ Changes</h2>
1310
1310
to use the ICB size instead of 300px×150px.
1311
1311
(<a href="https://github.com/w3c/csswg-drafts/issues/4218">Issue 4218</a> )
1312
1312
1313
+ <li>
1314
+ Defined [=preferred aspect ratio=] and used it in place of [=intrinsic aspect ratio=] where appropriate.
1315
+
1313
1316
<li>
1314
1317
Miscellaneous minor / editorial fixes.
1315
1318
</ul>
0 commit comments