Skip to content

FeyAgape/Accessibility

Repository files navigation

Accessibility

Why test for accessibility?

  1. Testing for accessibility Link

  2. Testing with assistive technologies Link

  3. Read more about accessibility in:

  1. The pros and cons of automated tools

  2. Accessibility game

Accesssibility Tools

  1. Use eslint plugins for static analysis eg eslint-plugin-jsx-a11y

  2. For checking contrast you can use Usecontrast or chrome pluggin WCAG contrast checker or Color Contrast Analyzer

  3. Axe - Web Accessibility Testing

  4. Accessibility Insights for Web - website

  5. Siteimprove Accessibility Checker

  6. On Mac's OS, you can enable the accessibility screen reader and browse the features

  7. ChromeVox Classic Extension

  8. WAVE Evaluation Tool

  9. Accessibility Developer Tools

  10. Check out the built-in Accessibility audits in the Lighthouse Audits panel in Chrome DevTools

  11. Codeception TestTools

  12. WCAG Accessibility Audit Developer UI

  13. Landmarks

  14. SortSite SortSite is a website testing tool available both as a desktop and web application that tests for accessibility, broken links, HTML and CSS standards, search engine optimization, and cross-browser compatibility. The accessibility checker will run against all three WCAG 2 levels (A, AA, AAA), as well as guidelines specific to Section 508.

  15. Pa11y Pa11y is a developer-focused accessibility testing resource. They provide several tools for setting up your own suite of accessibility testing, including a command line interface, a dashboard, and a web service for scheduling tests for multiple URLs, they are great tools for monitoring accessibility issues on an ongoing basis.

  16. Tota11y Tota11y is a tool to help reduce the barrier of entry to understanding accessibility issues by visualizing them on a page. When tota11y is active, a menu will appear in the bottom left corner of your web browser. When open, you have the option to display or hide errors related to headings, contrast, confusing link text, form labels, and images. Tota11y will highlight the errors, revealing them on the page and also give details about what is causing the issue and steps you can take to correct the issue.

  17. HTML5 Accessibility gives an overview of browser support for HTML5 features across browsers.

  18. NVDA Screen reader for Windows.

  19. NoCoffee Vision simulator.

  20. Cauldron A “fully accessible” HTML, CSS, and Javascript front-end framework.

  21. A11y is a free color contrast analysis that will display the color contrast issues of a web page per WCAG 2.1 Guidelines.

  22. Funkify is a Chrome extension that helps you experience the web and interfaces through the eyes of extreme users with different abilities and disabilities.

  23. Accessibility Insights has tools for browsers, Windows and mobile devices. Also has a guided process for going through 'WCAG 2.1 AA'

More tools can be found here and more information here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages