When will CSS Grid Lanes arrive? How long until we can use it?
Summary
WebKit explains the current status and practical adoption of CSS Grid Lanes (Grid Layout Level 3). Safari Technology Preview has the finalized syntax, while Firefox, Chrome, and Edge are progressing with related implementations. The article advocates progressive enhancement and outlines three strategies: polyfills using Masonry.js, using Multicolumn as an alternative, and a combined approach with Grid Lanes plus a CSS fallback.