ARIA IDs not unique
-
I run lighthouse from chrome dev tools. Under Accessibility, I get the error “ARIA IDs are not unique” with the following message:
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn more.
Failing Elements
input#sClicking on input#s, it looks like it’s referring to:
.searchform input#s { background-color: #fff; border-radius: 3px 0 0 3px; border-right-width: 0; padding: 16px 18px; min-width: 0; width: 100%; }
in ple.css line 384
Any idea?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘ARIA IDs not unique’ is closed to new replies.