We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6622d44 commit 74ccde2Copy full SHA for 74ccde2
css-sizing-4/Overview.bs
@@ -216,6 +216,14 @@ Intrinsic Aspect Ratios: the 'aspect-ratio' property</h3>
216
at least one of these sizes must be ''width/auto'' (/''flex-basis/content'')
217
for the <a>preferred aspect ratio</a> to have an impact on sizing.
218
219
+ If a replaced element's only [=intrinsic dimension=]
220
+ is an intrinsic width or an intrinsic height,
221
+ giving it a [=preferred aspect ratio=]
222
+ also gives it an intrinsic height or width,
223
+ whichever was missing,
224
+ by transferring the existing size
225
+ through the [=preferred aspect ratio=].
226
+
227
Additionally, sizing constraints in either axis
228
(the <var>origin</var> axis)
229
are transferred through the [=preferred aspect ratio=]
0 commit comments