@@ -705,21 +705,20 @@ Intrinsic Size Determination</h2>
705705Intrinsic Sizes</h3>
706706
707707 The <a>min-content size</a> of a box in each axis
708- is the size it would have if it were
708+ is the size it would have if it was
709709 a float given an ''width/auto'' size in that axis
710710 (and no <a lt="min size">minimum</a> or <a>maximum size</a> in that axis)
711- and whose containing block was <em> zero</em> -sized in that axis.
711+ and if its containing block was <em> zero</em> -sized in that axis.
712712 (In other words, the minimum size it has when sized as “shrink-to-fit”.)
713713
714714 The <a>max-content size</a> of a box in each axis
715- is the size it would have if it were
715+ is the size it would have if it was
716716 a float given an ''width/auto'' size in that axis
717717 (and no <a lt="min size">minimum</a> or <a>maximum size</a> in that axis),
718- and whose containing block was <em> infinitely</em> -sized in that axis.
718+ and if its containing block was <em> infinitely</em> -sized in that axis.
719719 (In other words, the maximum size it has when sized as “shrink-to-fit”.)
720720
721- <p class="note">
722- Note that when the box has an intrinsic aspect ratio,
721+ Note: Note that when the box has an intrinsic aspect ratio,
723722 size constraints in the opposite dimension will transfer through
724723 and can affect the ''width/auto'' size in the considered one.
725724 See <a href="https://www.w3.org/TR/CSS2/visudet.html">CSS2§10</a> .
0 commit comments