th-has-data-cells.json 450 B

12345678910111213
  1. {
  2. "id": "th-has-data-cells",
  3. "selector": "table",
  4. "matches": "data-table-matches",
  5. "tags": ["cat.tables", "wcag2a", "wcag131", "section508", "section508.22.g"],
  6. "metadata": {
  7. "description": "Ensure that each table header in a data table refers to data cells",
  8. "help": "All th elements and elements with role=columnheader/rowheader must have data cells they describe"
  9. },
  10. "all": ["th-has-data-cells"],
  11. "any": [],
  12. "none": []
  13. }