We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585370d commit 6011bd9Copy full SHA for 6011bd9
1 file changed
css-sizing-4/Overview.bs
@@ -156,9 +156,13 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
156
and <a href="https://www.w3.org/TR/css-flexbox-1/#algo-main-item">CSS Flexible Box Model Level 1 § 9.2</a>.
157
The axis in which the <a>preferred size</a> calculation
158
depends on this aspect ratio
159
- is called the <dfn>ratio-dependent axis</dfn>,
+ is called the <dfn export>ratio-dependent axis</dfn>,
160
and the resulting size is <a>definite</a>
161
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
166
167
<dl dfn-for="aspect-ratio" dfn-type="value">
168
<dt><dfn>auto</dfn>
0 commit comments