table-fake-caption.json 459 B

1234567891011121314151617181920
  1. {
  2. "id": "table-fake-caption",
  3. "selector": "table",
  4. "matches": "data-table-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 tables with a caption use the <caption> element.",
  15. "help": "Data or header cells must not be used to give caption to a data table."
  16. },
  17. "all": ["caption-faked"],
  18. "any": [],
  19. "none": []
  20. }