has-visible-text.json 354 B

123456789101112
  1. {
  2. "id": "has-visible-text",
  3. "evaluate": "has-text-content-evaluate",
  4. "metadata": {
  5. "impact": "minor",
  6. "messages": {
  7. "pass": "Element has text that is visible to screen readers",
  8. "fail": "Element does not have text that is visible to screen readers",
  9. "incomplete": "Unable to determine if element has children"
  10. }
  11. }
  12. }