Skip to content

Commit a6fc47e

Browse files
committed
[css-sizing-4] Note the driving principle behind sizing transfers.
w3c@ede56bd#commitcomment-40570230
1 parent 3c3efcd commit a6fc47e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
218218
in the <var>destination</var> axis
219219
as well as by the transferred minimum, if any.
220220

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+
221227
<div class="example">
222228
This example sets each item in the grid to render as a square,
223229
determining the number of items and their widths by the available space.

0 commit comments

Comments
 (0)