Missing Table Headers Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Table Headers Check

Description

The “Missing Table Headers Check” evaluates whether there is any <table> element used to present data with no appropriate header markups (<th>, scope, or headers attributes).

Example outcome

I found 1 table without headers.

Impact

Fixes

To address <table> elements with no headers:

  1. Locate the <table> element.
  2. Add headers elements to it (i.e., <th> elements) in the appropriate row(s) and / or column(s).

Resources