We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55353d2 commit 19fbb2aCopy full SHA for 19fbb2a
1 file changed
css3-flexbox/Overview.src.html
@@ -1563,6 +1563,15 @@ <h3 id='main-sizing'>
1563
the size of a flexbox item is its hypothetical outer main size,
1564
clamped according to its min and max main size properties.
1565
Repeat until all flexbox items have been collected into flexbox lines.
1566
+ <p class="note">
1567
+ Note
1568
+ that parent layout must be able to suppress clamping to
1569
+ specified min/max-width/height. For example, if parent
1570
+ layout is also a flexbox and flexbox layout is being
1571
+ calculated at the step requiring unconstrained 'auto' height
1572
+ of items, min/max-width/height properties on flexbox must
1573
+ not be consulted at this step.
1574
+ </p>
1575
</ul>
1576
1577
<li>
0 commit comments