label-content-name-mismatch.json 399 B

123456789101112131415
  1. {
  2. "id": "label-content-name-mismatch",
  3. "evaluate": "label-content-name-mismatch-evaluate",
  4. "options": {
  5. "pixelThreshold": 0.1,
  6. "occuranceThreshold": 3
  7. },
  8. "metadata": {
  9. "impact": "serious",
  10. "messages": {
  11. "pass": "Element contains visible text as part of it's accessible name",
  12. "fail": "Text inside the element is not included in the accessible name"
  13. }
  14. }
  15. }