Appearance
table-has-caption
Require caption on data tables.
warning
<table> <tr><th>Name</th></tr> </table>
<table> <caption>Users</caption> <tr><th>Name</th></tr> </table>
{ "rules": { "table-has-caption": "warning" } }