nested-interactive.json 351 B

123456789101112
  1. {
  2. "id": "nested-interactive",
  3. "matches": "nested-interactive-matches",
  4. "tags": ["cat.keyboard", "wcag2a", "wcag412"],
  5. "metadata": {
  6. "description": "Nested interactive controls are not announced by screen readers",
  7. "help": "Ensure interactive controls are not nested"
  8. },
  9. "all": [],
  10. "any": ["no-focusable-content"],
  11. "none": []
  12. }