Javascript library for evaluating WCAG and ARIA conformance. The library is designed to be used in browser extensions or browseremulators to evaluate accessibility features and issues of web pages. The evaluation results can be accessed through APIs or exporting the results in a JSON format.
Evaluation Library Documentation
Command | Description |
---|---|
npm run eslint | Uses eslint to validate Javascript files in the src directory |
npm run build | runs eslint and then gulp to build the execution file |