We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5159463 commit 03cead7Copy full SHA for 03cead7
css-flexbox/Overview.bs
@@ -904,6 +904,8 @@ Implied Minimum Size of Flex Items</h3>
904
However, if the box has an aspect ratio and no <a>specified size</a>,
905
its <a>automatic minimum size</a>
906
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>.
909
910
The <a>content size</a>, <a>specified size</a>, and <a>transferred size</a>
911
used in this calculation account for the relevant min/max/preferred size properties
0 commit comments