Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.61k stars 1.38k forks source link

Add CSS Grid Layout Module Level 3 (Masonry!) #5677

Open Schweinepriester opened 3 years ago

Schweinepriester commented 3 years ago

https://drafts.csswg.org/css-grid-3/

Probably early and likely will come via MDN, but keeping track 0:-)

Schweinepriester commented 3 years ago

https://www.smashingmagazine.com/native-css-masonry-layout-css-grid/

CrazyStevenz commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout

Schweinepriester commented 3 years ago

Indeed available via MDN: https://caniuse.com/?search=masonry

Currently in two entries:

GPHemsley commented 2 years ago

Indeed, this is covered by MDN data (via mdn/browser-compat-data#7249), but it appears there may be more work to be done.

grid-template-rows: masonry is covered here: https://caniuse.com/mdn-css_properties_grid-template-rows_masonry

masonry-auto-flow (as mentioned above) is covered here: https://caniuse.com/mdn-css_properties_masonry-auto-flow

But grid-template-columns: masonry is missing, and mdn/browser-compat-data#9078 suggests that it may actually be (incorrectly) covered by this entry: https://caniuse.com/mdn-css_properties_masonry

Additionally, these do not come up when searching for "masonry": https://caniuse.com/mdn-css_properties_justify-tracks https://caniuse.com/mdn-css_properties_align-tracks

Schweinepriester commented 1 year ago

https://webkit.org/blog/13839/release-notes-for-safari-technology-preview-163/:

Masonry Layout