Hacker News new | ask | show | jobs
by tomjakubowski 3507 days ago
Well hey, you could always get the best of both worlds and use "display: table" and friends. :)
1 comments

I never understood the point of this... If you want something to look like a table, why not just use a table? With html only content and design really matter...
User agents aren't necessarily graphical web browsers. Marking up a document fragment as a <table> when it isn't tabular data makes it harder for screen readers, terminal web browsers, and crawlers to do their job well.