Table Structure
How to create an accessible table structure in Word, InDesign, or Acrobat.
This article applies to: Web Accessibility
Accessible Table Structure
In order for assistive technologies to read tables, they need to be tagged so that the columns and rows are understood thereby preserving the logical relationship among information fields.
If information is presented in a tabular layout purely for aesthetic or design purposes and the information does not have a relationship in two dimensions, then it is not necessary to tag the content as a table.
Word
Add Alt Text
- After a table has been inserted, right click or Cmd click on the table.
- Select Table Properties.
- Select Alt Text.
- Enter the Title.
- Enter the Description.
- Select OK.
Repeat Table Header
- After a table has been inserted, right click or Cmd click on the table.
- Select Table Properties.
- Select Row.
- Select Repeat as header at the top of each page.
- Select OK.
InDesign
LinkedIn Learning has a couple video tutorials that outlines how to create accessible tables in InDesign.
Working with tables in InDesign CC(2016).
Working with table in InDesign 2021 (2021).
Adobe Acrobat
Complex tables must be tagged in Adobe Acrobat.
The tag structure for a table should be as follows:
<Table> - the Table tag
<TR> - The table row tag
- If the headings are horizontal, the first row <TR> should contain the header tags <TH>.
- If the headings are vertical, the first column should contain the header tags <TH>, i.e. the first tag inside each <TR> should be marked as a <TH>.
- If headings are both vertical and horizontal, both the first row and first column must be tagged as <TH>.
All other cells should contain tags for data cells <TD>.
Comments?