We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cc568 commit 26056d5Copy full SHA for 26056d5
css-sizing-4/Overview.bs
@@ -344,8 +344,8 @@ Automatic Content-based Minimum Sizes</h4>
344
the <a>automatic minimum size</a> in the <a>ratio-dependent axis</a>
345
of a box with a <a>preferred aspect ratio</a>
346
that is neither a <a>replaced element</a> nor a <a>scroll container</a>
347
- is the minimum of
348
- its <a>min-content size</a> and its <a>maximum size</a>.
+ is its <a>min-content size</a>
+ clamped from above by its <a>maximum size</a>.
349
350
<div class="example">
351
In the following example,
0 commit comments