frame-title.json 475 B

123456789101112131415161718192021222324
  1. {
  2. "id": "frame-title",
  3. "selector": "frame, iframe",
  4. "tags": [
  5. "cat.text-alternatives",
  6. "wcag2a",
  7. "wcag241",
  8. "wcag412",
  9. "section508",
  10. "section508.22.i"
  11. ],
  12. "metadata": {
  13. "description": "Ensures <iframe> and <frame> elements have an accessible name",
  14. "help": "Frames must have an accessible name"
  15. },
  16. "all": [],
  17. "any": [
  18. "non-empty-title",
  19. "aria-label",
  20. "aria-labelledby",
  21. "presentational-role"
  22. ],
  23. "none": []
  24. }