Skip to content

Commit 6011bd9

Browse files
committed
[css-sizing-4] Define ratio-determining axis.
1 parent 585370d commit 6011bd9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-sizing-4/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,13 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
156156
and <a href="https://www.w3.org/TR/css-flexbox-1/#algo-main-item">CSS Flexible Box Model Level 1 &sect;&#x202F;9.2</a>.
157157
The axis in which the <a>preferred size</a> calculation
158158
depends on this aspect ratio
159-
is called the <dfn>ratio-dependent axis</dfn>,
159+
is called the <dfn export>ratio-dependent axis</dfn>,
160160
and the resulting size is <a>definite</a>
161161
if its input sizes are also <a>definite</a>.
162+
The opposite axis (on which the [=ratio-dependent axis=] size depends)
163+
is the <dfn export>ratio-determining axis</dfn>.
164+
165+
162166

163167
<dl dfn-for="aspect-ratio" dfn-type="value">
164168
<dt><dfn>auto</dfn>

0 commit comments

Comments
 (0)