Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When trying to determine the source of an accessibility of web content there can be several levels where an issue might arise.

  1. Improperly or not implemented features in your own code/markup
  2. An issue with the browser not publishing to the accessibility api
  3. The Assistive Technology not using the information from the accessibility api

These can be tricky to determine, luckily there are a few tools available to help inspect what is being published to the accessibility api. If we can determine that the correct values are being passed to the accessibility api, then the issue is likely at the AT level.

Accprobe

Platform: WinXP, Win 7

http://accessibility.linuxfoundation.org/a11yweb/util/accprobe/#downloads

Accprobe Documentation

DOMInspector

Platform: Firefox Add-on (no accessibility info on Mac OS)

https://addons.mozilla.org/en-US/firefox/addon/dom-inspector-6622/

DOMInspector Documentation

Accerciser

Platform: GNOME

http://live.gnome.org/Accerciser#Downloads

Accerciser's online documentation is found on the GNOME library site.  Also, once installed, documentation is available through Accerciser's help menu.

  • No labels