@@ -455,16 +455,17 @@ <h3 id='block-intrinsic'>
455455Intrinsic Sizes of Non-Replaced Blocks</ h3 >
456456
457457 < p >
458- The < i > min-content measure</ i > of a block box
458+ The < i > min-content measure</ i > of a < i > block container box</ i >
459459 is the largest < i > min-measure contribution</ i >
460460 of its in-flow or floated children.
461461
462462 < p >
463- The < i > max-content measure</ i > of a block box
463+ The < i > max-content measure</ i > of a < i > block container box</ i >
464464 is the measure of the box after layout,
465465 if all children are sized under a < i > max-size constraint</ i > .
466466 < p >
467- If the computed measure of a block box is ''min-content'', ''max-content'', or a < i > definite size</ i > ,
467+ If the computed measure of a < i > block-level box</ i >
468+ is ''min-content'', ''max-content'', or a < i > definite size</ i > ,
468469 its < i > min-measure contribution</ i >
469470 is that size
470471 plus any inline-axis margin, border, and padding.
@@ -474,7 +475,8 @@ <h3 id='block-intrinsic'>
474475 plus any inline-axis margin, border, and padding.
475476
476477 < p >
477- If the computed measure of a block box is ''min-content'', ''max-content'', or a < i > definite size</ i > ,
478+ If the computed measure of a < i > block-level box</ i >
479+ is ''min-content'', ''max-content'', or a < i > definite size</ i > ,
478480 its < i > max-measure contribution</ i >
479481 is that size
480482 plus any inline-axis margin, border, and padding.
@@ -484,7 +486,7 @@ <h3 id='block-intrinsic'>
484486 plus any inline-axis margin, border, and padding.
485487
486488 < p >
487- The < i > min-content extent</ i > and < i > max-content extent</ i > of a block box
489+ The < i > min-content extent</ i > and < i > max-content extent</ i > of a < i > block container box</ i >
488490 is the content extent as defined
489491 (for horizontal writing modes)
490492 in < a href ="http://www.w3.org/TR/CSS21/visudet.html#normal-block "> CSS2.1§10.6.3</ a >
@@ -493,7 +495,7 @@ <h3 id='block-intrinsic'>
493495 and analogously for vertical writing modes.
494496
495497 < p >
496- The < i > min-extent contribution</ i > and < i > max-extent contribution</ i > of a block box
498+ The < i > min-extent contribution</ i > and < i > max-extent contribution</ i > of a < i > block-level box</ i >
497499 is the extent of the block after layout,
498500 plus any block-axis margin, border, and padding.
499501
0 commit comments