✍️ Here’s my list of things I wish CSS could gain in 2023. Get busy, browser makers! https://meyerweb.com/eric/thoughts/2023/02/08/css-wish-list-2023/
CSS Wish List 2023

In which I set out to write down a wish or two for CSS in 2023, and ended up with a list of sixt—no, wait, seventeen.

@Meyerweb I have never heard the term “masonry layout”. Do you have a pointer?
@a The warnings in this went out of date literally today, but: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
Masonry layout - CSS: Cascading Style Sheets | MDN

Level 3 of the CSS Grid Layout specification includes a masonry value for grid-template-columns and grid-template-rows. This guide details what masonry layout is, and how to use it.

@Meyerweb Oh, this looks great! Thanks.