Skip to content

Commit 3306d92

Browse files
committed
Remove the issue about flexboxes 'really' shrink-wrapping, as no one actually wants that afaict.
1 parent 38b1e3e commit 3306d92

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,11 +2377,6 @@ <h3 id=main-sizing><span class=secno>9.3. </span> Main Size Determination</h3>
23772377
if the last non-zero item exactly "filled up" the line.
23782378
</ul>
23792379

2380-
<li>
2381-
<p class=issue> Are flexboxes fill-available or fit-content by default?
2382-
Or are they really shrink-wrap, such that we need to adjust the main
2383-
size here, now that we know the length of the longest line?
2384-
23852380
<li id=algo-flex> <strong><a href="#resolve-flexible-lengths">Resolve the
23862381
flexible lengths</a></strong> of all the flexbox items to find their used
23872382
main size, and <strong>determine their hypothetical cross size</strong>

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,11 +1643,6 @@ <h3 id='main-sizing'>
16431643
even if the last non-zero item exactly "filled up" the line.
16441644
</ul>
16451645

1646-
<li>
1647-
<p class='issue'>
1648-
Are flexboxes fill-available or fit-content by default?
1649-
Or are they really shrink-wrap, such that we need to adjust the main size here, now that we know the length of the longest line?
1650-
16511646
<li id='algo-flex'>
16521647
<strong><a href='#resolve-flexible-lengths'>Resolve the flexible lengths</a></strong> of all the flexbox items to find their used main size,
16531648
and <strong>determine their hypothetical cross size</strong> from this main size.

0 commit comments

Comments
 (0)