1. Module
    1. Why is it important to make tables accessible?
    2. When to use tables
    3. Tips to make tables accessible
    4. Example of an accessible table
  2. Video
    1. Video Transcript

Estimated time to complete: 8 minutes

Module

Why is it important to make tables accessible?

As previously mentioned in Module 1, the content you create should be content that can be presented in different ways (for example, a simpler layout) without losing information or structure.

Tables need to be formatted properly in order to be readable by screen readers or screen magnifiers.

When to use tables

Do not use tables to lay out text, images or other web content. Only use tables when presenting data that can best be conveyed in related rows and columns.

Tips to make tables accessible

Follow these rules in order to make your tables more accessible:

  1. Use proper column headings with tables. This provides context for your reader, which is especially necessary in order to convert visual layouts to text for screen readers
  2. Use tables only to present data. Tables on pages are often referred to as Data Tables for this reason. Do not use tables to layout or structure your text. If you want to separate your text into columns, use the column feature (CMS) or the column block (CuTheme).
  3. Use a simple table structure. For example, including a table inside of a table could be confusing for most readers and will also likely not display properly.
  4. Avoid blank cells (blank rows and columns), where possible. You can include “none” or “N/A” to avoid having an empty cell.
  5. Do not use images of tables. As mentioned in Module 3, it is important to avoid using images or screenshots that contain text. This is the same for tables.
  6. Consider adding captions or a description to your tables. This can be a summary of the information presented in the table.
  7. If you are familiar with HTML, check for missing tags to ensure that the table is as legible as possible by screen readers.

Example of an accessible table

Students and their Favourite Ice Cream Flavours

Person (heading) Flavour (heading)
Brian Chocolate
Samir Vanilla
Jasmine Strawberry

Note how this table has headings over each column (column headings). Additionally, the main heading at the top is clearly legible over the table and provides context for the text in the table. These features make the content easier to interpret for all users, but especially those who do not have access to the visual context of the table layout.

Video

Video Transcript