Skip to content

Commit 03cead7

Browse files
shinglyutabatkins
authored andcommitted
[css-flexbox] Clarify implied minimum size definition (#693)
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
1 parent 5159463 commit 03cead7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-flexbox/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,8 @@ Implied Minimum Size of Flex Items</h3>
904904
However, if the box has an aspect ratio and no <a>specified size</a>,
905905
its <a>automatic minimum size</a>
906906
is the smaller of its <a>content size</a> and its <a>transferred size</a>.
907+
If the box has neither a <a>specified size</a> nor an <a>aspect ratio</a>,
908+
its <a>automatic minimum size</a> is the <a>content size</a>.
907909

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

0 commit comments

Comments
 (0)