please empty your brain below

I love tables - makes information easier for me to understand. Glad they are staying.
People used tables to arrange the layout of text. But CSS superseded that some time ago, leaving tables to be used for their intended purpose: presenting data. Hence, why they are less common.
<table> is still absolutely valid for tabular data, as you are mostly using them. It's only using tables for layout that is no longer practiced.

Some websites use CSS to make a table looking thing even when the data is tabular. Those websites are the ones doing it wrong.
Tables are not really used much as they are an issue for accessibility readers and mess up a lot on mobile devices.

That's the reason.
One of the best things about WordPress, which is generally quirky and awkward to use, is a simple implementation of tables.

Unfortunately no bells or whistles such as font and background colour selection - unless I have missed something - but a lot better than nothing.
I use tables sometimes...albeit I don't know when they'd be best suitable for the types of blogpost I write.

This blog's tables are fantastic, though; I should probably learn HTML.
No need to apologise for using tables.

Keep them coming....
Digital accessibility professional here!

Tables (for tabular data) are totally fine for accessibility purposes if they're coded correctly - header cells with scope attributes, ideally a caption. Even without those features, as long as they're being used to present data where there's a consistent relationship between everything in each row, and everything in each column, from the start to the end of the table, they're still OK.

As others have said, it's when they're used for visual layout purposes that they're problematic - so ironically today's is one of the most problematic you've published, although the fact that the text reads in the order it appears in the code means that it's still not as terrible as it could be!

So yeah, keep up the good tabling, and be glad you're able to code them: some people who aren't and whose publishing systems won't do it for them end up including screenshots from Word or wherever and that's an accessibility nightmare!
Thanks everyone, that's very reassuring.










TridentScan | Privacy Policy