@@ -75,6 +75,7 @@ Terminology</h2>
7575 <dt> <dfn>inner size</dfn>
7676 <dd>
7777 The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> size of a <a>box</a> .
78+
7879 <dt> <dfn>outer size</dfn>
7980 <dd>
8081 The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> size of a <a>box</a> .
@@ -142,6 +143,9 @@ Terminology</h2>
142143<h3 id='auto-box-sizes'>
143144Auto Box Sizes</h3>
144145
146+ There are four types of automatically-determined sizes in CSS
147+ (sizes resulting fromy ''width/auto'' sizing rules, depending on context):
148+
145149 <dl export>
146150 : <dfn>stretch-fit size</dfn>
147151 : <dfn>stretch-fit inline size</dfn>
@@ -261,9 +265,8 @@ New Keywords for 'width' and 'height'</h3>
261265 New values : max-content | min-content
262266 </pre>
263267
264- <p> There are four types of automatically-determined sizes in CSS (which
265- are represented in the width and height properties by the keywords
266- defined above):
268+ <p> These new values allow authors to explicitly request that a box
269+ take its intrinsic size:
267270
268271 <dl dfn-type=value dfn-for="width, min-width, max-width, height, min-height, max-height">
269272<!--
@@ -399,7 +402,7 @@ Column Sizing Keywords</h3>
399402 <code> min(<a>max-content size</a> , max(<a>min-content size</a> , <<length-percentage>> ))</code>
400403 </dl>
401404
402- Note: The column width does not vary by column.
405+ Note: The column width never varies by column.
403406 When the column width is informed by the multi-column element's contents
404407 (as in the keywords above),
405408 all of its contents are taken under consideration
0 commit comments