openfed / AccessibilityCheck

BOSA Accessibility Check is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.1 and the U.S. Section 508 legislation.
https://openfed.github.io/AccessibilityCheck/
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

AccessibilityChecker identifies errors in its own built-in IFrame #31

Open raphael-kalff opened 4 months ago

raphael-kalff commented 4 months ago

We've recently discovered 3 unknown errors that previously didn't exist. AccessibilityChecker references 3 errors inside it's built-in iframe:

If we check the option "skip Iframes", the amount of errors reduces down to 2. It will ignore the first issue with the title attribute but the remaining ones are still visible.

Screenshot 2024-06-05 171407

Screenshot 2024-06-05 171535