td-headers-attr.json 391 B

123456789101112
  1. {
  2. "id": "td-headers-attr",
  3. "evaluate": "td-headers-attr-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "The headers attribute is exclusively used to refer to other cells in the table",
  8. "incomplete": "The headers attribute is empty",
  9. "fail": "The headers attribute is not exclusively used to refer to other cells in the table"
  10. }
  11. }
  12. }