Skip to content

Commit 1852f7f

Browse files
committed
[css-sizing-3] Define term preferred aspect ratio. #4962
1 parent 9be949e commit 1852f7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css-sizing-3/Overview.bs

+11
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,17 @@ Intrinsic Size Constraints</h3>
293293
<dd>
294294
A sizing constraint imposed by the box's <a>containing block</a>
295295
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=].
296307
</dl>
297308

298309
<!--

0 commit comments

Comments
 (0)