svg-non-empty-title.json 418 B

123456789101112131415
  1. {
  2. "id": "svg-non-empty-title",
  3. "evaluate": "svg-non-empty-title-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "Element has a child that is a title",
  8. "fail": {
  9. "noTitle": "Element has no child that is a title",
  10. "emptyTitle": "Element child title is empty"
  11. },
  12. "incomplete": "Unable to determine element has a child that is a title"
  13. }
  14. }
  15. }