Slashdot Mirror


Open Source JavaScript Library Released For Accessibility Testing

An anonymous reader writes: Deque Systems, a company which focuses on web accessibility, has just released aXe (The Accessibility Engine). aXe is an open-source JavaScript library consisting of accessibility testing rules which can be integrated into any testing framework that supports JavaScript execution. The intent behind aXe is to allow developers testing their products for accessibility compliance to easily integrate a common set of rules into their workflow. The goal is to standardize both automated accessibility testing and test results, and to make incorporating accessibility testing and compliance into web-based products easier for developers. The source code is available on GitHub.

1 of 21 comments (clear)

  1. Re:Fuck you, Deque Systems by NotInHere · · Score: 5, Informative

    Javascript is a scripting language. It has weak typing. In order to be sure of *anything*, you *have* to test. I agree, using jquery is as stupid as using boost. But you still have to test your application, and best you do it automated. That's what these frameworks are for.