Headers Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Headers Attribute Check

Description

The “Headers Attribute Check” evaluates whether all headers attributes used within table cells correctly reference id attributes of other cells within the same table element.

Example outcome

I noticed that all headers attributes refer to cells in the same table.

Impact

Fixes

To address inappropriate headers attributes:

  1. Locate the inappropriate headers attribute.
  2. Ensure that the headers attribute only references an id of an element within the same <table>.
  3. Verify that the id referenced by the headers attribute exists and is unique within the document.

Resources