Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ Automatic Minimum Size of Flex Items</h3>

In general, the <a>content-based minimum size</a> of a <a>flex item</a>
is the smaller of its <a>content size suggestion</a> and its <a>specified size suggestion</a>.
However, if the box has an aspect ratio and no <a>specified size</a>,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, clearly

However, if the box has an aspect ratio and no <a>specified size suggestion</a>,
its <a>content-based minimum size</a>
is the smaller of its <a>content size suggestion</a> and its <a>transferred size suggestion</a>.
If the box has neither a <a>specified size suggestion</a> nor an aspect ratio,
Expand Down