Skip to content

Commit 5ba991b

Browse files
committed
Remove incorrect note in the 'collect items into lines' step.
1 parent 031ad91 commit 5ba991b

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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 &#39;auto&#39; 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>

0 commit comments

Comments
 (0)