You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size that a box contributes to its <i>containing block</i>'s <i>min-content size</i>.
200
200
201
201
<dt><dfn>preferred-size contribution</dfn>
202
202
<dd>
203
203
If the box's layout mode has a defined <i>preferred-size contribution</i>, that.
204
-
Otherwise, the box's <i>max-size contribution</i>.
204
+
Otherwise, the box's <i>max-content contribution</i>.
205
205
206
-
<dt><dfn>max-size constraint</dfn>
206
+
<dt><dfn>max-content constraint</dfn>
207
207
<dd>
208
208
A sizing constraint imposed by the box's <i>containing block</i>
209
-
that causes it to produce its <i>max-size contribution</i>.
209
+
that causes it to produce its <i>max-content contribution</i>.
210
210
211
-
<dt><dfn>min-size constraint</dfn>
211
+
<dt><dfn>min-content constraint</dfn>
212
212
<dd>
213
213
A sizing constraint imposed by the box's <i>containing block</i>
214
-
that causes it to produce its <i>min-size contribution</i>.
214
+
that causes it to produce its <i>min-content contribution</i>.
215
215
216
216
<dt><dfn>preferred-size constraint</dfn>
217
217
<dd>
@@ -357,7 +357,7 @@ Intrinsic Sizes of Non-Replaced Inlines</h3>
357
357
<p>
358
358
The <i>min-content measure</i> of an inline box
359
359
is the length of the largest unbreakable sequence of inline content.
360
-
The <i>min-measure contribution</i> of an inline box
360
+
The <i>min-content measure contribution</i> of an inline box
361
361
is its <i>min-content measure</i>,
362
362
plus any inline-axis margin, border, and padding
363
363
adjacent to that sequence.
@@ -367,13 +367,13 @@ Intrinsic Sizes of Non-Replaced Inlines</h3>
367
367
is the length of the largest sequence of inline content
368
368
on a single line
369
369
when only forced line breaks are taken.
370
-
The <i>max-measure contribution</i> of an inline box
370
+
The <i>max-content measure contribution</i> of an inline box
371
371
is its <i>max-content measure</i>,
372
372
plus any inline-axis margin, border, and padding
373
373
adjacent to that sequence.
374
374
375
375
<p>
376
-
The <i>min-content extent</i>, <i>max-content extent</i>, <i>min-extent contribution</i>, and <i>max-extent contribution</i> of an inline box
376
+
The <i>min-content extent</i>, <i>max-content extent</i>, <i>min-content extent contribution</i>, and <i>max-content extent contribution</i> of an inline box
377
377
are the distance from the head edge of the first line box
378
378
to the foot edge of the last line box
379
379
on which the inline appears.
@@ -383,32 +383,32 @@ Intrinsic Sizes of Non-Replaced Blocks</h3>
383
383
384
384
<p>
385
385
The <i>min-content measure</i> of a <i>block container box</i>
386
-
is the largest <i>min-measure contribution</i>
386
+
is the largest <i>min-content measure contribution</i>
387
387
of its in-flow or floated children.
388
388
389
389
<p>
390
390
The <i>max-content measure</i> of a <i>block container box</i>
391
391
is the measure of the box after layout,
392
-
if all children are sized under a <i>max-size constraint</i>.
392
+
if all children are sized under a <i>max-content constraint</i>.
393
393
<p>
394
394
If the computed measure of a <i>block-level box</i>
395
395
is ''width/min-content'', ''width/max-content'', or a <i>definite size</i>,
396
-
its <i>min-measure contribution</i>
396
+
its <i>min-content measure contribution</i>
397
397
is that size
398
398
plus any inline-axis margin, border, and padding.
399
399
Otherwise, if the computed measure of the block is ''width/fit-content'', ''width/auto'', or ''width/fill'',
400
-
its <i>min-measure contribution</i>
400
+
its <i>min-content measure contribution</i>
401
401
is its <i>min-content measure</i>
402
402
plus any inline-axis margin, border, and padding.
403
403
404
404
<p>
405
405
If the computed measure of a <i>block-level box</i>
406
406
is ''width/min-content'', ''width/max-content'', or a <i>definite size</i>,
407
-
its <i>max-measure contribution</i>
407
+
its <i>max-content measure contribution</i>
408
408
is that size
409
409
plus any inline-axis margin, border, and padding.
410
410
Otherwise, if the computed measure of the block is ''width/fit-content'', ''width/auto'', or ''width/fill'',
411
-
its <i>max-measure contribution</i>
411
+
its <i>max-content measure contribution</i>
412
412
is its <i>max-content measure</i>
413
413
plus any inline-axis margin, border, and padding.
414
414
@@ -422,7 +422,7 @@ Intrinsic Sizes of Non-Replaced Blocks</h3>
422
422
and analogously for vertical writing modes.
423
423
424
424
<p>
425
-
The <i>min-extent contribution</i> and <i>max-extent contribution</i> of a <i>block-level box</i>
425
+
The <i>min-content extent contribution</i> and <i>max-content extent contribution</i> of a <i>block-level box</i>
426
426
is the extent of the block after layout,
427
427
plus any block-axis margin, border, and padding.
428
428
@@ -443,12 +443,12 @@ Intrinsic Sizes in Multi-column Layout</h3>
443
443
with a computed 'column-width' not ''auto''
444
444
is the smaller of
445
445
its 'column-width'
446
-
and the largest <i>min-measure contribution</i> of its contents.
446
+
and the largest <i>min-content measure contribution</i> of its contents.
447
447
448
448
<p>
449
449
The <i>min-content measure</i> of a multi-column element
450
450
with a computed 'column-width' of ''auto''
451
-
is the largest <i>min-measure contribution</i> of its contents
451
+
is the largest <i>min-content measure contribution</i> of its contents
452
452
multiplied by its 'column-count'
453
453
(treating ''auto'' as ''1'').
454
454
@@ -459,7 +459,7 @@ Intrinsic Sizes in Multi-column Layout</h3>
459
459
is its 'column-count'
460
460
multiplied by the larger of
461
461
its 'column-width' (treating ''auto'' as 0)
462
-
and the largest <i>max-measure contribution</i> of its contents.
462
+
and the largest <i>max-content measure contribution</i> of its contents.
463
463
464
464
<p>
465
465
The <i>max-content measure</i> of a multi-column element
0 commit comments