unique-frame-title.json 296 B

123456789101112
  1. {
  2. "id": "unique-frame-title",
  3. "evaluate": "unique-frame-title-evaluate",
  4. "after": "unique-frame-title-after",
  5. "metadata": {
  6. "impact": "serious",
  7. "messages": {
  8. "pass": "Element's title attribute is unique",
  9. "fail": "Element's title attribute is not unique"
  10. }
  11. }
  12. }