Inappropriate Equal Table Caption And Summary Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Equal Table Caption And Summary Check

Description

The “Inappropriate Equal Table Caption And Summary Check” evaluates whether there is any table where the <caption> element and the summary attribute contain identical or near-identical text.

Example outcome

I located 1 table where the text from the <caption> and summary is the same.

Impact

Fixes

To address tables with inappropriately equal <caption> and summary:

  1. Locate the <table>.
  2. Replace the text from one or both the <caption> element and the summary attribute. The <caption> should be a short visible label and the summary attribute should be distinct and informative, describing layout or usage.

Resources