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 85 to 96, out of 122.

W3c Markup Validation Service

Vincenzo Rubano
·

This web service provided by the World Wide Web Consortium (W3C) allows you to easily check wether your web page conforms to the specification of the language it is written into (e.

Read more

Hyper Text Markup Language (HTML) Living Standard

Vincenzo Rubano
·

An often overlooked aspect about web accessibility is the fact that, in order to make life easier for assistive technologies, it is essential that web pages conform to the HTML standards, and elements provided by the language are used appropriately.

Read more

Extensible Hyper Text Markup Language (XHTML) 1.1

Vincenzo Rubano
·

The past is not dead! Actually, it’s not even past. You know who said that? Faulkner. And he was right. No, this is neither “midnight in Paris” (the film), nor an attempt to paraphrase William Faulkner’s “Requiem for a Nun”.

Read more

Scalable Vector Graphics (SVG) 1.1

Vincenzo Rubano
·

This document describes the syntax and features provided by Scalable Vector Graphics (SVG) version 1.1, a modularized language for describing two-dimensional vector and mixed vector/raster graphics in XML.

Read more

Gnome Orca

Vincenzo Rubano
·

Quoting its official documentation, gnome-orca (often called just “orca”, but pay attention not to confuse it with other things with the same name) is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop environment in a linux or solaris operating system.

Read more

Using NVDA to Evaluate Web Accessibility

Vincenzo Rubano
·

In this comprehensive tutorial by WebAIM you can get useful directions on how you can use the free and open source NVDA screen reader to test and evaluate the accessibility of your web page, application or document as quickly as possible.

Read more

Vue Axe Next

Vincenzo Rubano
·

Kind of a successor to vue-axe, vue-axe-next is an open source library that facilitates automated accessibility testing of web applications developed by leveraging the Vue.JS framework.

Read more

Vue Axe

Vincenzo Rubano
·

Vue-axe is an open source library that facilitates automated accessibility testing of web applications developed by leveraging the Vue.JS framework. The library allows to effortlessly integrate axe-core in your vue project.

Read more

Vue A11Y Utils Examples

Vincenzo Rubano
·

Vue A11y Utils Examples is a collection of practical code examples to showcase how you can leverage the Vue A11y Utils library in order to improve the accessibility of your web applications developed with Vue.

Read more

Vue A11Y Utils

Vincenzo Rubano
·

Vue A11y Utils is a library designed to facilitate the development of accessible web applications while using the vue.JS JavaScript framework. it provides many components you wil need almost for sure in order to satisfy web accessibility requirements within your project!

Read more

React Axe

Vincenzo Rubano
·

Primarily developed by Deque-Labs, react-axe is an open source library that facilitates automated accessibility testing of react-based web applications. The library allows to effortlessly integrate axe-core in your react project.

Read more

React ARIA

Vincenzo Rubano
·

Primarily developed by Adobe Systems INC., react-aria is a set of react hooks aimed at helping developers create accessible design systems. This library provide ready-to-use implementations of interactions and behaviors required in order to make custom widgets accessible by leveraging the WAI-ARIA specification.

Read more