Skip to content

Commit

Permalink
[css-flexbox] Clarify implied minimum size definition (#693)
Browse files Browse the repository at this point in the history
Fixes #671. In the [old version](https://hg.csswg.org/drafts/rev/25641c92d33f) this case was specified, but dropped while changing from a table to a paragraph.

r? @dbaron
  • Loading branch information
shinglyu authored and tabatkins committed Nov 22, 2016
1 parent 5159463 commit 03cead7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-flexbox/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ Implied Minimum Size of Flex Items</h3>
However, if the box has an aspect ratio and no <a>specified size</a>,
its <a>automatic minimum size</a>
is the smaller of its <a>content size</a> and its <a>transferred size</a>.
If the box has neither a <a>specified size</a> nor an <a>aspect ratio</a>,
its <a>automatic minimum size</a> is the <a>content size</a>.

The <a>content size</a>, <a>specified size</a>, and <a>transferred size</a>
used in this calculation account for the relevant min/max/preferred size properties
Expand Down

0 comments on commit 03cead7

Please sign in to comment.