Appearance
th-has-scope
Require scope attribute on <th> elements.
scope
<th>
warning
<table> <tr><th>Name</th></tr> </table>
<table> <tr><th scope="col">Name</th></tr> </table>
{ "rules": { "th-has-scope": "warning" } }