Skip to content

Commit aeca5d1

Browse files
committed
[css-sizing-3] Clarify that an automatic size is treated as no intrinsic dimension wrt aspect ratio calculations. #4637
1 parent 5f5fe73 commit aeca5d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
189189
which will be used in the calculation of ''height/auto'' sizes
190190
and some other layout functions.
191191
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>,
192+
are calculated the same as for
193+
a <a>replaced element</a> with an <a>intrinsic aspect ratio</a>
194+
and no <a>intrinsic dimension</a> in that axis,
194195
see e.g. <a href="https://www.w3.org/TR/CSS2/visudet.html">CSS2 &sect;&#x202F;10</a>
195196
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>.
196197
The axis in which the <a>preferred size</a> calculation

0 commit comments

Comments
 (0)