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

Client-side checker not working on several sites #17

Open bdeclerc opened 4 years ago

bdeclerc commented 4 years ago

On https://www.digitalwallonia.be/fr it won't show itself, with javascript errors in the browser console log

On https://www.wallonie.be/fr it will run, but you can't access the report page, with errors in the browser console log.

Both work correctly on HTML Codesniffer release 2.1.1 (though that one is "old", released in 2017)

stefanruijsenaars commented 4 years ago

Bugfix in https://github.com/openfed/AccessibilityCheck/commit/db1a94c34db7626ac7b1ad4a4e480cabf5666261 (submitted upstream)

and missing french translations (added english placeholders for now)