File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2360,12 +2360,6 @@ <h3 id=main-sizing><span class=secno>9.3. </span> Main Size Determination</h3>
23602360 the size of a flexbox item is its hypothetical outer main size, clamped
23612361 according to its min and max main size properties. Repeat until all
23622362 flexbox items have been collected into flexbox lines.
2363- < p class =note > Note that parent layout must be able to suppress
2364- clamping to specified min/max-width/height. For example, if parent
2365- layout is also a flexbox and flexbox layout is being calculated at the
2366- step requiring unconstrained 'auto' height of items,
2367- min/max-width/height properties on flexbox must not be consulted at
2368- this step.</ p >
23692363 </ ul >
23702364
23712365 < li >
Original file line number Diff line number Diff line change @@ -1619,15 +1619,6 @@ <h3 id='main-sizing'>
16191619 the size of a flexbox item is its hypothetical outer main size,
16201620 clamped according to its min and max main size properties.
16211621 Repeat until all flexbox items have been collected into flexbox lines.
1622- < p class ="note ">
1623- Note
1624- that parent layout must be able to suppress clamping to
1625- specified min/max-width/height. For example, if parent
1626- layout is also a flexbox and flexbox layout is being
1627- calculated at the step requiring unconstrained 'auto' height
1628- of items, min/max-width/height properties on flexbox must
1629- not be consulted at this step.
1630- </ p >
16311622 </ ul >
16321623
16331624 < li >
You can’t perform that action at this time.
0 commit comments