no-focusable-content.json 333 B

123456789101112
  1. {
  2. "id": "no-focusable-content",
  3. "evaluate": "no-focusable-content-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "Element does not have focusable descendants",
  8. "fail": "Element has focusable descendants",
  9. "incomplete": "Could not determine if element has descendants"
  10. }
  11. }
  12. }