Skip to content

Commit

Permalink
[css-flexbox-1] Clarify that specified size suggestion can't come fro…
Browse files Browse the repository at this point in the history
…m an automatic size (to prevent a-r from interfering early).
  • Loading branch information
tabatkins committed Jan 31, 2022
1 parent fc3ed9e commit ca4dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ Grid doesn't have similarly meaningful shrinkability, so it doesn't need to care
<dl>
<dt><dfn>specified size suggestion</dfn>
<dd>
If the item’s [=preferred size|preferred=] [=main size=] is <a>definite</a>,
If the item’s [=preferred size|preferred=] [=main size=] is <a>definite</a> and not [=automatic size|automatic=],
then the <a>specified size suggestion</a> is that size.
It is otherwise undefined.

Expand Down

0 comments on commit ca4dc9e

Please sign in to comment.