React and Accessibility Fundamentals
Vincenzo Rubano·In this video from Deque Systems, you can get an overview on how to make a web application developed using React (a very popular JavaScript framework) accessible.
Read moreIn this section you can find various resources to help you test and evaluate the accessibility of your web pages and applications, assessing their conformance to web accessibility standards and guidelines.
While automated accessibility testing is technically possible (and actually useful!), unfortunately it is not enough. You need to perform manual accessibility testing in order to ensure that your product is accessible!
Showing results 13 to 24, out of 64.
In this video from Deque Systems, you can get an overview on how to make a web application developed using React (a very popular JavaScript framework) accessible.
Read moreIn this guide made available by Apple, you can learn all you need to know to get started adding support for VoiceOver (Apple’s built-in screen reader) to your iOS app.
Read moreAll requirements coming from accessibility standards and guidelines can be grouped around some basic principles, which can perhaps be much easier to grasp and consider (especially during the earlier phases of the development process).
Read moreProvided by the Web Accessibility Initiative (WAI) at the World Wide Web Consortium (W3C), this informative document contains an introduction to the Evaluation and Report Language (EARL).
Read moreIn this working group note from the Web Accessibility Initiative (WAI) from the World Wide Web Consortium (W3C), the formal schema of the Evaluation and Report Language (EARL) 1.
Read moreHTML_CodeSniffer is a JavaScript library designed to be “injected” within any web page to “Check that your HTML code conforms to your coding standard”. Once executed, it checks the source code of a web page looking for “violations” of a given coding standard.
Read moreThis introductory document from the Web Accessibility Initiative (WAI) can be seen as an “entry point” to make it through the various (a lot of) accessibility-related standards and supporting documents provided by the World Wide Web Consortium (W3C).
Read moreThis guide from the World Wide Web Consortium (W3C) introduces the [Accessibility Conformance Testing (ACT) Rules]({{z ref “act-rules.md” >}}), a set of practical rules that can be used to test the accessibility of a website or application.
Read moreWeb Content Accessibility Guidelines Evaluation Methodology (WCAG-EM) Report Tool is a web service provided by the World Wide Web Consortium (W3C) to help you “turn your accessibility evaluation findings into a report”.
Read moreThis guide from the World Wide Web Consortium (W3C) introduces the Website Accessibility Conformance Evaluation Methodology (WCAG-EM), a methodology that provides guidance on how to evaluate the conformance of a website to WCAG.
Read moreBeing developed by the World Wide Web Consortium (W3C), Website Accessibility Conformance Evaluation Methodology (WCAG-EM) 1.0 is a document that provides guidance on evaluating how well websites conform to the Web Content Accessibility Guidelines (WCAG).
Read moreThere 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