@@ -277,13 +277,18 @@ Intrinsic Size Constraints</h3>
277277Specifying Box Sizes</h2>
278278
279279<h3 id="sizing-properties">
280- Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width', and 'max-height' properties </h3>
280+ Sizing Properties</h3>
281281
282282 This section defines the <dfn lt="sizing property">sizing properties</dfn>
283283 'width' , 'height' , 'min-width' , 'min-height' , 'max-width' , and 'max-height' .
284+ Their potential values are defined in the next section,
285+ [[#sizing-values]] .
284286
285287 Note: Additional <a>flow-relative</a> aliases to these properties are defined in [[CSS-LOGICAL-1]] .
286288
289+ <h4 id="preferred-size-properties">
290+ Preferred Size Properties: the 'width and 'height' properties</h4>
291+
287292 <pre class=propdef>
288293 Name : width, height
289294 Value : auto | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
@@ -298,6 +303,9 @@ Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width'
298303 The 'width' and 'height' properties specify
299304 the preferred (<a>physical</a> ) <dfn>width</dfn> and <dfn>height</dfn> of the box, respectively.
300305
306+ <h4 id="preferred-size-properties">
307+ Minimum Size Properties: the 'min-width and 'min-height' properties</h4>
308+
301309 <pre class=propdef>
302310 Name : min-width, min-height
303311 Value : auto | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
@@ -317,6 +325,9 @@ Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width'
317325 Note: The initial value of ''min-width/auto'' is new;
318326 in [[CSS2]] the initial value was zero.
319327
328+ <h4 id="preferred-size-properties">
329+ Maximum Size Properties: the 'max-width and 'max-height' properties</h4>
330+
320331 <pre class=propdef>
321332 Name : max-width, max-height
322333 Value : none | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
0 commit comments