Skip to content

Commit ca4dc9e

Browse files
committed
[css-flexbox-1] Clarify that specified size suggestion can't come from an automatic size (to prevent a-r from interfering early).
1 parent fc3ed9e commit ca4dc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ Grid doesn't have similarly meaningful shrinkability, so it doesn't need to care
10011001
<dl>
10021002
<dt><dfn>specified size suggestion</dfn>
10031003
<dd>
1004-
If the item’s [=preferred size|preferred=] [=main size=] is <a>definite</a>,
1004+
If the item’s [=preferred size|preferred=] [=main size=] is <a>definite</a> and not [=automatic size|automatic=],
10051005
then the <a>specified size suggestion</a> is that size.
10061006
It is otherwise undefined.
10071007

0 commit comments

Comments
 (0)