by Vivienne Trulock
Data tables need to be correctly marked up with headers so that blind individuals can conceptualise the structure of the table. Data tables are those tables where there is a relationship between the cell content and its positioning within the table.
Use <TH> tags to denote header cells rather than <TD> and <strong> tags combined, which give the same visual effect but have different meanings. <TH> around text means that this text is a table header. <TD> and <strong> tags around a piece of text means that the information is probably important, but it is not necessarily a header.
Pages should be checked visually for data tables. Where no data tables exist, the page will be deemed to have passed, as headers are not required for layout tables. Where there are data tables, the source code should be inspected for use of the following tags: <TH> for header information and <TD> for table data. Where these tags are present and used correctly the page will pass the check. Where the tags are not present or used incorrectly, the page will fail the check.