Hacker News new | ask | show | jobs
by gsky 1041 days ago
Grid replaced table
1 comments

Tables are still in the HTML spec. Not really practical to represent tabular data with grid layout.
But also not practical to do page layouts with tables.
It’s how we did it it in the 90’s, also I think it still worked better than the alternatives until we got grid and flexbox.