Skip to content

Commit ca51ea3

Browse files
committed
[css-grid] Change the dense-packing issue to reflect thatit's now officially part of the property.
1 parent d72a66f commit ca51ea3

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

css-grid/Overview.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,12 +2599,7 @@ <h4 id=auto-placement-algo><span class=secno>6.3.1. </span> Automatic Grid
25992599
</ol>
26002600
</div>
26012601

2602-
<p class=issue> This algorithm creates a "sparse" packing, where holes left
2603-
behind are never filled in. This is more efficient and predictable (items
2604-
never move to a position far above/before their preceding sibling), but
2605-
the gaps are unwanted by authors in some situations. We should have a
2606-
switch to allow for dense packing. (WebKit's current implementation does
2607-
dense packing.)
2602+
<p class=issue> Edit the algorithm to allow for dense packing.
26082603

26092604
<h2 id=alignment><span class=secno>7. </span> Alignment</h2>
26102605

css-grid/Overview.src.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,15 +2013,8 @@ <h4 id='auto-placement-algo'>
20132013
</ol>
20142014
</div>
20152015

2016-
20172016
<p class='issue'>
2018-
This algorithm creates a "sparse" packing,
2019-
where holes left behind are never filled in.
2020-
This is more efficient and predictable
2021-
(items never move to a position far above/before their preceding sibling),
2022-
but the gaps are unwanted by authors in some situations.
2023-
We should have a switch to allow for dense packing.
2024-
(WebKit's current implementation does dense packing.)
2017+
Edit the algorithm to allow for dense packing.
20252018

20262019
<h2 id='alignment'>
20272020
Alignment</h2>

0 commit comments

Comments
 (0)