Skip to main content

Module html5

Module html5 

Source
Expand description

HTML5 structural validation gate.

Per page:

  • Exactly one <h1> element.
  • A <main> landmark exists.
  • <title> is present and non-empty.
  • <meta charset> is present.
  • <!doctype html> declaration is present.

Structsยง

Html5Gate
HTML5 structural validation gate.