aria-text.json 336 B

123456789101112
  1. {
  2. "id": "aria-text",
  3. "selector": "[role=text]",
  4. "tags": ["cat.aria", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures \"role=text\" is used on elements with no focusable descendants",
  7. "help": "\"role=text\" should have no focusable descendants"
  8. },
  9. "all": [],
  10. "any": ["no-focusable-content"],
  11. "none": []
  12. }