@@ -277,13 +277,18 @@ Intrinsic Size Constraints</h3>
277
277
Specifying Box Sizes</h2>
278
278
279
279
<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>
281
281
282
282
This section defines the <dfn lt="sizing property">sizing properties</dfn>
283
283
'width' , 'height' , 'min-width' , 'min-height' , 'max-width' , and 'max-height' .
284
+ Their potential values are defined in the next section,
285
+ [[#sizing-values]] .
284
286
285
287
Note: Additional <a>flow-relative</a> aliases to these properties are defined in [[CSS-LOGICAL-1]] .
286
288
289
+ <h4 id="preferred-size-properties">
290
+ Preferred Size Properties: the 'width and 'height' properties</h4>
291
+
287
292
<pre class=propdef>
288
293
Name : width, height
289
294
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'
298
303
The 'width' and 'height' properties specify
299
304
the preferred (<a>physical</a> ) <dfn>width</dfn> and <dfn>height</dfn> of the box, respectively.
300
305
306
+ <h4 id="preferred-size-properties">
307
+ Minimum Size Properties: the 'min-width and 'min-height' properties</h4>
308
+
301
309
<pre class=propdef>
302
310
Name : min-width, min-height
303
311
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'
317
325
Note: The initial value of ''min-width/auto'' is new;
318
326
in [[CSS2]] the initial value was zero.
319
327
328
+ <h4 id="preferred-size-properties">
329
+ Maximum Size Properties: the 'max-width and 'max-height' properties</h4>
330
+
320
331
<pre class=propdef>
321
332
Name : max-width, max-height
322
333
Value : none | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
0 commit comments