1
element
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Ensure landmarks are unique
Why it matters
Creates friction and a degraded experience for some users.
How to fix
- →The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Where — sample elements
.lp-IntroHero > .CtaForm > form[aria-label="Sign up for GitHub"][action="/signup"][method="get"]
<form accept-charset="UTF-8" aria-label="Sign up for GitHub" action="/signup" method="get">