SECTION ONE: Guidelines     Page 6 of 8
Return to Accessiblity Guidelines Index back to page 5 of the guidelinesGoto page 3 of the guidelines

Ensure that tables are carefully and appropriately used

Students who access a table with a screen reader, or users who view only a portion of the page at a time (for instance with screen magnifiers or hand held devices) may have difficulty accessing information held within tables.

Unless tables are properly defined, the screen reader or other device will not have the appropriate information to support navigation among table cells and to access header or other table cell information.

Screen reading software reads the information across cells, left to right, top to bottom. To be accessible, consider the following points:

To ensure HTML Table headers are included in the header cells of all tables:

For more information on creating accessible tables see the tutorial at http://www.webaim.org/tutorials/tables.

To add header information in Dreamweaver:

Figure 4: Property inspector window for Tables
Figure 4: Property inspector window for Tables

This checkpoint relates to W3C Guideline 5: Create tables that transform gracefully.

Return to Accessibilty guidelines indexGoto top of page