td-headers-attr.json 445 B

123456789101112
  1. {
  2. "id": "td-headers-attr",
  3. "selector": "table",
  4. "tags": ["cat.tables", "wcag2a", "wcag131", "section508", "section508.22.g"],
  5. "metadata": {
  6. "description": "Ensure that each cell in a table using the headers refers to another cell in that table",
  7. "help": "All cells in a table element that use the headers attribute must only refer to other cells of that same table"
  8. },
  9. "all": ["td-headers-attr"],
  10. "any": [],
  11. "none": []
  12. }