Skip to content

Commit 40dab88

Browse files
committed
[css-grid-3][masonry] Link to dense packing issue
1 parent f7a045a commit 40dab88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-grid-3/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,14 @@ Auto Flow Directions: the 'grid-auto-flow' property</h4>
286286

287287
ISSUE: Should that be the case, or should we follow the 'grid-auto-flow' axis always
288288
(so it would fill similar to flexbox, but with explicitly-sized tracks)?
289+
290+
ISSUE(9326):
291+
Should <css>dense</css> packing apply to masonry?
292+
It's much more expensive in masonry,
293+
as you have to lay out the element in every possible gap spot
294+
to see if it's short enough to fit;
295+
Grid gets to just juggle some integers.
296+
289297
</section>
290298

291299
<section class="option masonry">

0 commit comments

Comments
 (0)