python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
508 Compliance error - "This SPAN has an id attribute of 'aria-context' and 'aria-selection-event', which is not unique in the same DOM"
I'm using the tool Level Access to test my application for 508 violations and which is producing errors on my custom dropdown form.
This SPAN has an id attribute of 'aria-context', which is not uniqu...
JainP
Votes: 0
Answers: 0
Is removing a link underline on hover not WCAG compliant?
I'm trying to find a definitive answer to this accessibility question. If I set the underline on all links by default...
a {
text-decoration: underline;
}
...and remove the underline on hover...
...
Matt Smith
Votes: 0
Answers: 3
What is the accessibility level of select2 and can I get VPAT document for select2?
Recently my firm asked to get accessibility status of all 3rd party content we are using. I can see active and closed issues on github regarding accessibility in select2 library, but is select2 formal...
s.bhardwaj
Votes: 0
Answers: 1