Remix.run Logo
lelandfe 4 hours ago

> A layout grid is not a table

Ain't it? Rows and columns get you a table.

dwb 2 hours ago | parent [-]

A table is for tabulating data. They have quite different meaning and purpose, even if they share a couple of characteristics.

an hour ago | parent | next [-]
[deleted]
an hour ago | parent | prev | next [-]
[deleted]
lelandfe an hour ago | parent | prev | next [-]

Tabulate means to organize by rows and columns.

Layout grids organize data by rows and columns.

pacifika an hour ago | parent | prev | next [-]

HTML spec couldn’t just have added a grid element?

maqnius 24 minutes ago | parent [-]

CSS grids are for presentation, HTML is for semantics. Ideally they are separated. That's why the use of <center> tag is deprecated.

an hour ago | parent | prev [-]
[deleted]