Skip to content

Commit 941b068

Browse files
committed
[css-sizing-3] Make min-content block size definition a bit less prescriptive. w3c#3684
1 parent e152f37 commit 941b068

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-sizing-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ Auto Box Sizes</h3>
222222
and the “minimum content width” in <a href="https://www.w3.org/TR/CSS2/tables.html#auto-table-layout">CSS2.1§17.5.2.2</a>.
223223

224224
: <dfn>min-content block size</dfn>
225-
:: Equivalent to the <a>max-content block size</a>.
225+
:: In general,
226+
and definitely for block-level and inline-level boxes,
227+
this is equivalent to the <a>max-content block size</a>.
226228

227229
: <dfn>fit-content size</dfn>
228230
: <dfn>fit-content inline size</dfn>

0 commit comments

Comments
 (0)