Accessible names for UI components (accessible-name)
User interface elements and components must have descriptive accessible names, such as through aria-label or aria-labelledby attributes. <embed>, <object>, and <iframe> elements should use the title attribute.
Duplicate navigation landmarks:
Multiple <nav> elements (or elements with role="navigation") on the same page have identical or missing accessible names, making them indistinguishable to assistive technologies.