landmark-unique
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Impact: moderate · Pages with issue: 1
Selector: .mainNav
<nav class="mainNav" data-mobilebtntxt="Menu" data-closemobilenavtxt="Close">
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
empty-heading
Headings should not be empty
Impact: minor · Pages with issue: 1
Selector: h2:nth-child(20)
<h2></h2>
Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
page-has-heading-one
Page should contain a level-one heading
Impact: moderate · Pages with issue: 1
Selector: html
<html class="js" xml:lang="en-GB" lang="en-GB">
Fix all of the following:
Page must have a level-one heading