td-has-header.json 502 B

1234567891011121314151617181920
  1. {
  2. "id": "td-has-header",
  3. "selector": "table",
  4. "matches": "data-table-large-matches",
  5. "tags": [
  6. "cat.tables",
  7. "experimental",
  8. "wcag2a",
  9. "wcag131",
  10. "section508",
  11. "section508.22.g"
  12. ],
  13. "metadata": {
  14. "description": "Ensure that each non-empty data cell in a large table has one or more table headers",
  15. "help": "All non-empty td element in table larger than 3 by 3 must have an associated table header"
  16. },
  17. "all": ["td-has-header"],
  18. "any": [],
  19. "none": []
  20. }