page-has-heading-one.json 343 B

123456789101112
  1. {
  2. "id": "page-has-heading-one",
  3. "selector": "html",
  4. "tags": ["cat.semantics", "best-practice"],
  5. "metadata": {
  6. "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
  7. "help": "Page should contain a level-one heading"
  8. },
  9. "all": ["page-has-heading-one"],
  10. "any": [],
  11. "none": []
  12. }