We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a045a commit 40dab88Copy full SHA for 40dab88
css-grid-3/Overview.bs
@@ -286,6 +286,14 @@ Auto Flow Directions: the 'grid-auto-flow' property</h4>
286
287
ISSUE: Should that be the case, or should we follow the 'grid-auto-flow' axis always
288
(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
297
</section>
298
299
<section class="option masonry">
0 commit comments