Skip to content

Commit 26056d5

Browse files
committed
[css-sizing-4][editorial] Rephrase condition for readability.
1 parent 44cc568 commit 26056d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-sizing-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ Automatic Content-based Minimum Sizes</h4>
344344
the <a>automatic minimum size</a> in the <a>ratio-dependent axis</a>
345345
of a box with a <a>preferred aspect ratio</a>
346346
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>.
347+
is its <a>min-content size</a>
348+
clamped from above by its <a>maximum size</a>.
349349

350350
<div class="example">
351351
In the following example,

0 commit comments

Comments
 (0)