frame-title-unique.json 409 B

12345678910111213
  1. {
  2. "id": "frame-title-unique",
  3. "selector": "frame[title], iframe[title]",
  4. "matches": "frame-title-has-text-matches",
  5. "tags": ["cat.text-alternatives", "best-practice"],
  6. "metadata": {
  7. "description": "Ensures <iframe> and <frame> elements contain a unique title attribute",
  8. "help": "Frames should have a unique title attribute"
  9. },
  10. "all": [],
  11. "any": [],
  12. "none": ["unique-frame-title"]
  13. }