Skip to content

Commit b398738

Browse files
committed
Remove 'size relies on its contents' issue, now that the previous commit made it irrelevant.
1 parent fe703a3 commit b398738

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,10 +1880,6 @@ <h2 id=layout-algorithm><span class=secno>7. </span> Flexbox Layout
18801880
have been collected into flexbox lines.
18811881
</ol>
18821882

1883-
<p class=issue>Define "size doesn't rely on its contents". This should be
1884-
any &lt;length>, a &lt;percentage> that can be resolved, or &lsquo;<code
1885-
class=css>fill-available</code>&rsquo;.</p>
1886-
18871883
<li>Find the actual main size of the flexbox. If the flexbox's main size
18881884
doesn't rely on its contents, it's actual main size is calculated per the
18891885
appropriate rules. Otherwise, its main size is the length of its longest

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ <h2 id='layout-algorithm'>
919919

920920
<li>Repeat the previous step, starting each time from the first flexbox item not yet collected into a flexbox line, until all flexbox items have been collected into flexbox lines.</li>
921921
</ol>
922-
923-
<p class='issue'>Define "size doesn't rely on its contents". This should be any &lt;length>, a &lt;percentage> that can be resolved, or ''fill-available''.</p>
924922
</li>
925923

926924
<li>Find the actual main size of the flexbox. If the flexbox's main size doesn't rely on its contents, it's actual main size is calculated per the appropriate rules. Otherwise, its main size is the length of its longest line, calculated by summing the main sizes of the margin boxes of each flexbox item in the line, constrained by the flexbox's min and max main size constraints.</li>

0 commit comments

Comments
 (0)