Skip to content

Commit 19fbb2a

Browse files
committed
add a note on min/max line length and nested flexboxes
1 parent 55353d2 commit 19fbb2a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,15 @@ <h3 id='main-sizing'>
15631563
the size of a flexbox item is its hypothetical outer main size,
15641564
clamped according to its min and max main size properties.
15651565
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 &#39;auto&#39; height
1572+
of items, min/max-width/height properties on flexbox must
1573+
not be consulted at this step.
1574+
</p>
15661575
</ul>
15671576

15681577
<li>

0 commit comments

Comments
 (0)