Missing Data Table Caption Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Data Table Caption Check

Description

The “Missing Data Table Caption Check” evaluates whether there is any data table withou a <caption> element to describe the purpose or content of the table.

Example outcome

I located 1 data table without the <caption> element.

Impact

Fixes

To address data tables without a <caption> element:

  1. Locate the data table.
  2. Add a <caption> element to it, describing concisely what the table contains.
  3. Place the <caption> tag immediately after the <table> opening tag.

Resources