frame-tested.json 334 B

123456789101112
  1. {
  2. "id": "frame-tested",
  3. "selector": "frame, iframe",
  4. "tags": ["cat.structure", "review-item", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures <iframe> and <frame> elements contain the axe-core script",
  7. "help": "Frames should be tested with axe-core"
  8. },
  9. "all": ["frame-tested"],
  10. "any": [],
  11. "none": []
  12. }