td-has-header.json 268 B

1234567891011
  1. {
  2. "id": "td-has-header",
  3. "evaluate": "td-has-header-evaluate",
  4. "metadata": {
  5. "impact": "critical",
  6. "messages": {
  7. "pass": "All non-empty data cells have table headers",
  8. "fail": "Some non-empty data cells do not have table headers"
  9. }
  10. }
  11. }