Assistive Technology Service Provider Interface

This is an old revision of this page, as edited by JnRouvignac (talk | contribs) at 14:15, 27 July 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Assistive Technology Service Provider Interface (AT-SPI) is a toolkit-neutral way of providing accessibility facilities in applications. It was developed by the GNOME project. AT-SPI toolkits provide a logical representation of the content of the application. Helpful assistants like screen readers or magnifiers can then allow disabled persons to browse and interact with the applications.

AT-SPI can also be used for automated testing of user interfaces, with tools such as Linux Desktop Testing Project and Dogtail.

It is currently supported by GTK+ 2, Java/Swing, the Mozilla suite, StarOffice/OpenOffice.org and Qt 4[1] (KDE's toolkit library).

The Free Standards Group is considering AT-SPI for adoption as a Linux standard.[2]

References