We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5fe73 commit aeca5d1Copy full SHA for aeca5d1
1 file changed
css-sizing-4/Overview.bs
@@ -189,8 +189,9 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
189
which will be used in the calculation of ''height/auto'' sizes
190
and some other layout functions.
191
The box’s <a>automatic sizes</a>
192
- are then calculated the same as for
193
- a <a>replaced element</a> with an <a>intrinsic aspect ratio</a>,
+ are calculated the same as for
+ a <a>replaced element</a> with an <a>intrinsic aspect ratio</a>
194
+ and no <a>intrinsic dimension</a> in that axis,
195
see e.g. <a href="https://www.w3.org/TR/CSS2/visudet.html">CSS2 § 10</a>
196
and <a href="https://www.w3.org/TR/css-flexbox-1/#algo-main-item">CSS Flexible Box Model Level 1 § 9.2</a>.
197
The axis in which the <a>preferred size</a> calculation
0 commit comments