Skip to content

Commit da9b4ce

Browse files
committed
[css-grid] Kill the issue about erorrs in the algorithm.
1 parent a80d82d commit da9b4ce

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

css-grid/Overview.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,16 +1665,6 @@ <h4 data-level=6.2.1 id=auto-placement-algo><span class=secno>6.2.1 </span><span
16651665
</dl>
16661666
</ol>
16671667

1668-
<div class=issue>
1669-
Two mistakes in the algorithm currently:
1670-
1671-
<ol>
1672-
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
1673-
1674-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
1675-
</ol>
1676-
</div>
1677-
16781668
<p class=issue>
16791669
Edit the algorithm to allow for dense packing.
16801670

css-grid/Overview.src.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,16 +1660,6 @@ <h4 id='auto-placement-algo'>
16601660
</dl>
16611661
</ol>
16621662

1663-
<div class='issue'>
1664-
Two mistakes in the algorithm currently:
1665-
1666-
<ol>
1667-
<li>Step 2 needs to take into account the major-axis spans of every item as well. Otherwise, extra-wide single items can create new columns late in auto-placement.
1668-
1669-
<li>Step 4 needs to verify that placement also doesn't cause the item to generate new columns. Currently, it only verifies that placement won't overlap anything else.
1670-
</ol>
1671-
</div>
1672-
16731663
<p class='issue'>
16741664
Edit the algorithm to allow for dense packing.
16751665

0 commit comments

Comments
 (0)