label-title-only.json 396 B

12345678910111213
  1. {
  2. "id": "label-title-only",
  3. "selector": "input, select, textarea",
  4. "matches": "label-matches",
  5. "tags": ["cat.forms", "best-practice"],
  6. "metadata": {
  7. "description": "Ensures that every form element is not solely labeled using the title or aria-describedby attributes",
  8. "help": "Form elements should have a visible label"
  9. },
  10. "all": [],
  11. "any": [],
  12. "none": ["title-only"]
  13. }