frame-focusable-content.json 420 B

12345678910111213
  1. {
  2. "id": "frame-focusable-content",
  3. "selector": "html",
  4. "matches": "frame-focusable-content-matches",
  5. "tags": ["cat.keyboard", "wcag2a", "wcag211"],
  6. "metadata": {
  7. "description": "Ensures <frame> and <iframe> elements with focusable content do not have tabindex=-1",
  8. "help": "Frames with focusable content must not have tabindex=-1"
  9. },
  10. "all": [],
  11. "any": ["frame-focusable-content"],
  12. "none": []
  13. }