简体   繁体   中英

Best accessibility of website check tools

Can you suggest me the best tools for website accessibility. My purpose is accessibility for blinds. I am looking for a tool that can also find menu and sub-menu (sub-menu that do not open with keyboard) and . I found tools such as wave (It shows styles and elements), FAE (It shows a lot of information but I think does not show element itself).

There's no substitute for real user feedback but with any tool we can un-cover and then fix 30-40% of accessibility issues at development end. For confirming the accessibility for any web application mainly meant for blind people, screen readers are of great help. You can use below listed screens readers:

  1. NVDA (Windows)
  2. Serotek System Access (Windows)
  3. Apple VoiceOver (OS X)
  4. ORCA (Linux)
  5. BRLTTY (Linux)
  6. Emacspeak (Linux)
  7. WebAnywhere (All OSs, Web browsers)
  8. Chrome Addons - ChromeVox and ChromeVis
  9. JAWS (Windows)

Test your web application against accessibility standards eg WCAG 2.0, US Section 508 to ensure the application is accessible to all differently abled people and not only visual impaired audience.

Here https://www.w3.org/WAI/ER/tools/ , you will find information about all available tools to test accessibility of your web or mobile application.

Below listed free tools are easy to install, use and provide good reporting.

  1. The A11Y Machine : https://github.com/liip/TheA11yMachine
  2. The A11Y Project : https://a11yproject.com/
  3. pa11y : https://github.com/pa11y/pa11y

We won't (because it's off topic) recommend a tool.

That being said. You want a tool to check for accessibility for blind. Ask a blind.

You're testing accessibility, ask a person not a robot.

When this will be done, ask a partially sighted people, a color-blind, someone with LHON, glaucoma.

After that focus on deaf people, those who speak sign-language but also those who have hearing loss (old people for instance).

When you will talk with old people, ask them about motor impairment, Parkinson disease, and why not cognitive loss? Many people suffer from aphasia after a stroke...

Why not caring about accessibility for "dys"-orders (learning disabilities) ? Dyslexia, Dysorthograph, Dysphasia, Dyscalculia, Dyspraxia.

Accessibility does not only concern blind people.

Nope. Don't ask for a tool. No tool can be used if you can't understand its results.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM