We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3efcd commit a6fc47eCopy full SHA for a6fc47e
1 file changed
css-sizing-4/Overview.bs
@@ -218,6 +218,12 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
218
in the <var>destination</var> axis
219
as well as by the transferred minimum, if any.
220
221
+ Note: The basic principle is that sizing constraints
222
+ transfer through the aspect-ratio to the other side
223
+ to preserve the aspect ratio to the extent that they can
224
+ without violating any sizes specified explictly on that affected axis.
225
+ <!-- This is the principle that drove the contents of the table in CSS2 Section 10.4. -->
226
+
227
<div class="example">
228
This example sets each item in the grid to render as a square,
229
determining the number of items and their widths by the available space.
0 commit comments