Errors found while checking this document as HTML5!

Result: 3 Errors, 4 warning(s)
:
: utf-8
: HTML5
Root Element: html
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Info Using experimental feature: HTML5 Conformance Checker.

    The validator checked your document with an experimental feature: HTML5 Conformance Checker. This feature has been made available for your convenience, but be aware that it may be unreliable, or not perfectly up to date with the latest development of some cutting-edge technologies. If you find any issues with this feature, please report them. Thank you.

  2. Info No Character encoding declared at document level

    No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.

    See this tutorial on character encoding for techniques and explanations.

↑ Top

Validation Output: 3 Errors

  1. Error Line 2, Column 46: Attribute xmlns:hx not allowed here.
    <html xmlns:hx="http://purl.org/NET/hinclude">

  2. Warning Line 2, Column 46: Attribute with the local name xmlns:hx is not serializable as XML 1.0.
    <html xmlns:hx="http://purl.org/NET/hinclude">

  3. Warning Line 199, Column 41: Element name hx:include cannot be represented as XML 1.0.
    <hx:include src="/templates/footer.html"></hx:include>

  4. Error Line 199, Column 41: Element hx:include not allowed as child of element form in this context. (Suppressing further errors from this subtree.)
    <hx:include src="/templates/footer.html"></hx:include>
    Content model for element form:
    Flow content, but with no form element descendants.
  5. Error Line 200, Column 7: End tag for body seen but there were unclosed elements.
    </body>

↑ Top