Access barriers
Guidelines for overcoming access barriers
Activity
Tables can be useful when presenting information in a succinct and easy-to-read format. They can also assist in the layout of a document.
Tables should be used for presenting tabular data. Tables should be avoided for layout purposes, if possible. Layout should be achieved through the use of CSS and <div> elements.
The following site has good information on how to avoid tables in layout http://glish.com/css.
<table summary="">. If tables are part of your website, use the checklist below to assess any accessibility barriers that may be present. If you have ticked 'no' for any item, go to the Guidelines for how to overcome this barrier.
Row and column headers for data tables are identified.
Mark-up is used to associate data cells and header cells for complex data tables.
Complex tables have been broken down to simple tables where appropriate.
A summary and a caption for tables are provided.
Tables are only used for layout where necessary.
Tables are used only when they make sense when linearised.
Abbreviations are provided for header labels.