RuleSets of AccessMonitor - the validator of web accessibility practices
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).
I found 1 table without headers.
<th>
and their attributes (scope
, headers
) to convey context.To address <table>
elements with no headers:
<table>
element.<th>
elements) in the appropriate row(s) and / or column(s).