H25.1 Missing Head Element Title Fail Example

Documents should be properly titled as per Success Criterion 2.4.2 (Page Titled). This test handles a situation where not only is there no page title, but there is not even a head section to place it into.

Note: the expected error is "No head element", but the more likely response will be "No title element". This is because the parsed DOM will likely insert an empty head section in lieu of it being missing, therefore making the head element exist.

Expected Errors

Relevant Success Criteria

Relevant Techniques