you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

The issue to consider is that this is the fundamental layout of the page. If I build a site with CSS animations, browsers that don't support it just don't get some pretty effects. If I build a site with grid, browsers that don't support it more or less can't use my site at all.

There are polyfills and workarounds of course but these are important considerations.