Linting

In this section you can find different plugins and tools to help you integrate various accessibility checks in your linting process. While coding, this can help you prevent and find out accessibility issues as they arise.

Lint (or a linter) is a static code analysis tool used to flag programming errors, bugs, stylistic errors and suspicious constructs (i.e. that may have unintended behaviors, or hide bugs) within source code. Linting can happen as a separate step within your development process (e.g. invoking a command line tool), or continuously: most Integrated Development Environments (IDEs) offer the ability to continuously lint your code while editing it, highlighting generated warnings and errors.

Resources

Showing results 1 to 4, out of 4.

Selecting Web Accessibility Evaluation Tools

Vincenzo Rubano
·

There is an abundance of web accessibility evaluation tools out there. They differ in features, how they work, the way in which they show evaluation results, type of issues identified, and many other aspects.

Read more

Web Accessibility Evaluation Tools List (W3C)

Vincenzo Rubano
·

Web accessibility evaluation tools are tools you can use to evaluate wether web content (websites or applications) meets accessibility standards and guidelines, identifying actual issues and potential ones; some of them are also designed to be used as development aids.

Read more

Eslint Plugin Vue.JS Accessibility

Vincenzo Rubano
·

Quoting its documentation, Eslint Plugin Vue.JS Accessibility is an eslint plugin for checking accessibility rules from within .vue files. Since Eslint Plugin Vue.JS Accessibility can only perform static analysis, there are cases (e.

Read more

Eslint Plugin JSX A11Y

Vincenzo Rubano
·

Quoting its official documentation, eslint-plugin-jsx-a11y is a “static AST checker for accessibility rules on JSX elements”. It adds some static accessibility checks within your linting process (via [eslint[(https://github.

Read more