@@ -91,14 +91,6 @@ Values have the following meanings:
9191 Values between 1 and 100 (inclusive) are valid.
9292</dl>
9393
94- <div class="issue">
95- What "Applies to" should be is probably elements that can host line boxes,
96- or elements that can be a containing block?
97- What is the correct way to describe them?
98- Anything else?
99- Fragmentainer vs containing block?
100- </div>
101-
10294Snapping Line Box Heights {#snap-line-height}
10395---------------------------------------------
10496
@@ -267,9 +259,9 @@ Non-negative <<length>>s are valid.
267259Seeking for multiple options:
268260
2692611. Snap logical width after min/max applied.
270- * Is not applicable when other constraints are strong, such as table cells, flex items, etc.
262+ * 'max-width' effects differently when other constraints exist, such as in table cell, flex item, etc.
263+ * It'd be harder to handle when it affects preferred width.
2712642. Snap available width.
272- * Whether a line box uses the content width or the available width isn't clearly defined.
2732653. Snap line box width.
274266 * Lines and blocks (tables etc.) will be different width.
275267
@@ -292,10 +284,11 @@ If the element is in vertical flow,
292284the height is rounded instead,
293285using the 'max-height' property.
294286
287+ The effect of this property is defined
288+ only when the effect of the 'max-width' property is defined.
289+
295290<div class="note">
296- Since this property depends on the effect of the 'max-width' property,
297- it is defined only when the 'max-width' property is defined.
298- For instance, in [[!CSS21]] ,
291+ In [[!CSS21]] ,
299292 the effect of 'min-width' and 'max-width' on tables, inline tables,
300293 table cells, table columns, and column groups is undefined.
301294</div>
0 commit comments