AxsJAX

AxsJAX (Access-Enabling AJAX) is an open source JavaScript library for enhancing the accessibility of Web 2.0 applications.[1]

One of the key abstractions that AxsJAX provides to web developers is the ability to cause assistive technology (AT) to speak. Although AT do not provide such an interface to web developers, they do respond in predictable ways to events. By using WAI-ARIA, AxsJAX is able to manipulate the DOM such that an ARIA-aware browser + AT combination will generate and receive the necessary events which cause the AT to speak what the web developer wishes to be spoken.

Another abstraction is a content navigation rules system built around the idea of multiple trails through a page. Users can select which trail they wish to be on and then navigate through just the items in that trail. For example, on a news site, the trails may be the different sections (Politics, Entertainment, Tech, Health, etc.) and the items in each trail would the stories in their respective sections.

AxsJAX scripts can be included by the web application developer (as in the case of Google Reader),[2] automatically applied on behalf of the user by their AT (e.g., Fire Vox), or manually inserted by the end users themselves via a bookmarklet or Greasemonkey script.

Applications of AxsJAX include using it to create a talking translator[3] and mashing up the xkcd web comic with its transcripts.[4]

See also

References

  1. "AxsJAX Project Page". Archived from the original on 2008-07-25. Retrieved 2008-05-31.
  2. "ARIA For Google Reader: In praise of timely information access". Retrieved 2008-05-31.
  3. Chen, Charles L; Raman, T.V. (2008). "AxsJAX: A Talking Translation Bot Using Google IM". Proceedings of the 2008 International Cross-Disciplinary Workshop on Web Accessibility. ACM New York, NY, USA. pp. 54–56.
  4. "Accessibility mashups: AxsJAX fun with XKCD Comics". Retrieved 2008-05-31.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.