Web Accessibility Resources

In this section you can find a curated list of resources related to web accessibility, including (but not limited to):

  • references to web accessibility standards and guidelines, along with supporting documents to help you make content conforming to them;
  • testing tools and evaluation techniques, to help you evaluate the conformance of your content to those standards;
  • frameworks and libraries designed to help you develop accessible websites and applications.

Resources

Showing results 97 to 108, out of 122.

React Accessibility Documentation

Vincenzo Rubano
·

This page contains the official React documentation that provides useful insights and practical suggestions on how to improve, test and evaluate the accessibility of web applications developed using the react framework.

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

WAVE - Web Accessibility Evaluation Tool

Vincenzo Rubano
·

WAVE is a Web Accessibility evaluation tool developed by webAIM that allows you to evaluate the accessibility of a web page within your browser. It injects icons and visual indicators that provide feedback about the accessibility of your web content, and facilitates human evaluation and pointing to useful resources that can help you understand and fix the identified issues.

Read more

Achecker Web Accessibility Checker

Vincenzo Rubano
·

Being one of the “oldest kids in town”, Achecker Web Accessibility Checker is a web service that allows you to test the accessibility of your web pages and applications, as well as performing markup and CSS validation.

Read more

Axe CLI

Vincenzo Rubano
·

Primarily developed by Deque Labs, axe-cli is a command line tool that (quoting the official documentation) “quickly runs accessibility tests on a web page”. As its name implies, automated accessibility testing is performed by leveraging the axe-core framework.

Read more

Axe Dev Tools

Vincenzo Rubano
·

Axe Dev Tools is a free browser extension provided by Deque Systems, INC. that allows to perform automated accessibility testing of web pages and applications. This extension performs automated tests, identifying issues and providing remediation guidance to help you fix them whenever possible.

Read more

Essential Components of Web Accessibility

Vincenzo Rubano
·

Essential Components of Web Accessibility is a document provided by the Web Accessibility Initiative (WAI) from the World Wide Web Consortium (W3C) in which the relationships of different components (browsers, operating systems, specific technologies, etc) and how they contribute to web accessibility are described.

Read more

WAI-Aria Authoring Practices 1.1

Vincenzo Rubano
·

WAI-ARIA Authoring Practices 1.1 is a W3C working group note that provides readers with a detailed understanding of how to leverage WAI-ARIA 1.1 to make web pages and applications more accessible.

Read more

Fontawesome Accessibility Tips

Vincenzo Rubano
·

This section from the official fontawesome (the famous icon library) documentation illustrates very important aspects you should consider in order to ensure that the icons you use within web pages and applications are accessible.

Read more

Bootstrap Accessibility Docs

Vincenzo Rubano
·

This page contains the official bootstrap documentation about making applications and websites that use the framework more accessible. More specifically, quoting its text it provides “A brief overview of Bootstrap’s features and limitations for the creation of accessible content.

Read more