non-empty-title.json 377 B

1234567891011121314151617
  1. {
  2. "id": "non-empty-title",
  3. "evaluate": "attr-non-space-content-evaluate",
  4. "options": {
  5. "attribute": "title"
  6. },
  7. "metadata": {
  8. "impact": "serious",
  9. "messages": {
  10. "pass": "Element has a title attribute",
  11. "fail": {
  12. "noAttr": "Element has no title attribute",
  13. "emptyAttr": "Element has an empty title attribute"
  14. }
  15. }
  16. }
  17. }