doc-has-title.json 263 B

1234567891011
  1. {
  2. "id": "doc-has-title",
  3. "evaluate": "doc-has-title-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "Document has a non-empty <title> element",
  8. "fail": "Document does not have a non-empty <title> element"
  9. }
  10. }
  11. }