dequelabs / axe-core-npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axe-core-npm

Join our Slack chat

This repository contains 7 packages, which can be used for automated accessibility testing powered by axe core.

The packages are listed below:

Development

Fetch dependencies and link packages together:

npm install

Run the linter:

npm run lint

Run the code formatter:

npm run fmt

Please refer to respective README for installation, usage, and configuration notes.

Philosophy

We believe that automated testing has an important role to play in achieving digital equality and that in order to do that, it must achieve mainstream adoption by professional web developers. That means that the tests must inspire trust, must be fast, must work everywhere and must be available everywhere.

Manifesto

  1. Automated accessibility testing rules must have a zero false positive rate
  2. Automated accessibility testing rules must be lightweight and fast
  3. Automated accessibility testing rules must work in all modern browsers
  4. Automated accessibility testing rules must, themselves, be tested automatically

About

License:Mozilla Public License 2.0


Languages

Language:JavaScript 59.5%Language:TypeScript 40.3%Language:HTML 0.1%Language:CSS 0.1%Language:Shell 0.0%