File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,17 @@ Intrinsic Size Constraints</h3>
293
293
<dd>
294
294
A sizing constraint imposed by the box's <a>containing block</a>
295
295
that causes it to produce its <a>min-content contribution</a> .
296
+
297
+ <dt> <dfn lt="preferred aspect ratio | aspect ratio">preferred aspect ratio</dfn>
298
+ <dd>
299
+ A width:height ratio inherent to a box,
300
+ which biases various sizing algorithms
301
+ to produce a size consistent with that ratio
302
+ insofar as possible while honoring other sizing inputs.
303
+ Unless otherwise specified,
304
+ a box’s [=preferred aspect ratio=] is its [=intrinsic aspect ratio=] if any
305
+ and is applied to its [=content box=] .
306
+ Most boxes do not have a [=preferred aspect ratio=] .
296
307
</dl>
297
308
298
309
<!--
You can’t perform that action at this time.
0 commit comments