We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be949e commit 1852f7fCopy full SHA for 1852f7f
css-sizing-3/Overview.bs
@@ -293,6 +293,17 @@ Intrinsic Size Constraints</h3>
293
<dd>
294
A sizing constraint imposed by the box's <a>containing block</a>
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=].
307
</dl>
308
309
<!--
0 commit comments