empty-heading.json 448 B

12345678910111213141516171819
  1. {
  2. "id": "empty-heading",
  3. "selector": "h1, h2, h3, h4, h5, h6, [role=\"heading\"]",
  4. "matches": "heading-matches",
  5. "tags": ["cat.name-role-value", "best-practice"],
  6. "impact": "minor",
  7. "metadata": {
  8. "description": "Ensures headings have discernible text",
  9. "help": "Headings should not be empty"
  10. },
  11. "all": [],
  12. "any": [
  13. "has-visible-text",
  14. "aria-label",
  15. "aria-labelledby",
  16. "non-empty-title"
  17. ],
  18. "none": []
  19. }