Skip to content

Commit

Permalink
[css-sizing] Apply dholbert's suggested edit. Also grammar/markup fix…
Browse files Browse the repository at this point in the history
…es. Fixes #2128.
  • Loading branch information
tabatkins committed Feb 6, 2018
1 parent f92c960 commit 5175d15
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css-sizing-3/Overview.bs
Expand Up @@ -705,21 +705,20 @@ Intrinsic Size Determination</h2>
Intrinsic Sizes</h3>

The <a>min-content size</a> of a box in each axis
is the size it would have if it were
is the size it would have if it was
a float given an ''width/auto'' size in that axis
(and no <a lt="min size">minimum</a> or <a>maximum size</a> in that axis)
and whose containing block was <em>zero</em>-sized in that axis.
and if its containing block was <em>zero</em>-sized in that axis.
(In other words, the minimum size it has when sized as “shrink-to-fit”.)

The <a>max-content size</a> of a box in each axis
is the size it would have if it were
is the size it would have if it was
a float given an ''width/auto'' size in that axis
(and no <a lt="min size">minimum</a> or <a>maximum size</a> in that axis),
and whose containing block was <em>infinitely</em>-sized in that axis.
and if its containing block was <em>infinitely</em>-sized in that axis.
(In other words, the maximum size it has when sized as “shrink-to-fit”.)

<p class="note">
Note that when the box has an intrinsic aspect ratio,
Note: Note that when the box has an intrinsic aspect ratio,
size constraints in the opposite dimension will transfer through
and can affect the ''width/auto'' size in the considered one.
See <a href="https://www.w3.org/TR/CSS2/visudet.html">CSS2&sect;10</a>.
Expand Down

0 comments on commit 5175d15

Please sign in to comment.