We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163c77 commit 64b8526Copy full SHA for 64b8526
css-sizing-3/Overview.bs
@@ -298,10 +298,10 @@ Intrinsic Size Constraints</h3>
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
+ to produce a size consistent with that aspect 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
+ a box’s [=preferred aspect ratio=] is its [=intrinsic aspect ratio=] if it has one
305
and is applied to its [=content box=].
306
Most boxes do not have a [=preferred aspect ratio=].
307
</dl>
0 commit comments