Adobe Acrobat Reader Accessibility: Tables

Last Updated

Overview

Tagging a table correctly ensures that the data listed within the table is picked up correctly by a screen reader. Avoid complex tables, or tables where the data is not displayed in straight columns and rows. If you find yourself with a complex table, try to break it up into smaller, simpler tables.

Considerations

 

Accessible Tables Video Demonstration

 

Table Tagging Structure 

Table tags are used to identify tables. Adobe automatically tags each table, but it is always best to check to make sure the tags are correct.  

Tagging tree showing nested tags for proper table tagging.

  1. <TR>
    1. Defines a table row. <TR> holds all header cells and data cells in the row. It is best to have the same number of rows in each column and have the same number of columns in each row. 
  2. <TH>
    1. Making tables accessible includes having a designated header row or column. <TH> identifies cells in a table with header text or data that describes at least one row or column of the table. This helps screen readers identify the title or header of rows and columns within a table. 
  3. <TD>
    1. Identifies cells that hold data. These tags are not used for cells with headers.  

 

Still need help?

If you have questions related to this article, please contact the LTS Help Desk at 715-836-5711 or helpdesk@uwec.edu.