table-duplicate-name.json 360 B

123456789101112
  1. {
  2. "id": "table-duplicate-name",
  3. "selector": "table",
  4. "tags": ["cat.tables", "best-practice"],
  5. "metadata": {
  6. "description": "Ensure that tables do not have the same summary and caption",
  7. "help": "The <caption> element should not contain the same text as the summary attribute"
  8. },
  9. "all": [],
  10. "any": [],
  11. "none": ["same-caption-summary"]
  12. }