RuleSets of AccessMonitor - the validator of web accessibility practices
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.
I located 1 table where the text from the <caption>
and summary
is the same.
To address tables with inappropriately equal <caption>
and summary
:
<table>
.<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.