Skip to content

Commit 7272dc5

Browse files
committed
[css-sizing-3] Switch min-width/height: auto to computing to auto always, resolved value as zero where needed, per dholbert's proposal in #2248. Pending WG approval.
1 parent 5cff7f1 commit 7272dc5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-sizing-3/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,14 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
360360
For 'min-width'/'min-height',
361361
specifies an <dfn dfn for>automatic minimum size</dfn>.
362362
Unless otherwise defined by the relevant layout module,
363-
this computes to zero.
363+
this behaves as zero.
364+
365+
For backwards-compatibility,
366+
the <a>resolved value</a> of this keyword is zero
367+
for boxes of all [[!CSS2]] <a>display types</a>:
368+
block and inline boxes,
369+
inline blocks,
370+
and all the table layout boxes.
364371

365372
<dt><dfn for="max-width, max-height">none</dfn>
366373
<dd>

0 commit comments

Comments
 (0)