Inappropriate Headers Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Headers Attribute Check

Description

The “Inappropriate Headers Attribute Check” evaluates whether there is any headers attribute used within table cells references an element from outside the table.

Example outcome

I found 1 headers attribute that refers to cells outside its table.

Impact

Fixes

To address inappropriate headers attributes:

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

Resources