help-same-as-label.json 340 B

123456789101112
  1. {
  2. "id": "help-same-as-label",
  3. "evaluate": "help-same-as-label-evaluate",
  4. "enabled": false,
  5. "metadata": {
  6. "impact": "minor",
  7. "messages": {
  8. "pass": "Help text (title or aria-describedby) does not duplicate label text",
  9. "fail": "Help text (title or aria-describedby) text is the same as the label text"
  10. }
  11. }
  12. }