Accessibility Toolkit


Accessibility Toolkit is an open source software library, part of the GNOME project, which provides application programming interfaces for implementing accessibility support in software.
One common nomenclature to explain an accessibility framework is a usual client-server architecture. In that way, assistive technologies such as screen readers, would be the clients of that framework, and computer applications would be the server. In this architecture the client and server need to communicate with each other, usually using the IPC technology of the platform. Ideally the accessibility framework expose this to the client and server in a transparent way.
Usually the API for both client-side and server-side applications are the same, and the accessibility framework provides a client-side and a server-side implementation of that API. In the case of GNOME, there are two different APIs, one for the client-side and a different one for the server-side due to historical reasons related to the underlying technologies.

Implementations

The ATK abstract headers files are freely available to help developers who want to make their GUI toolkit accessible. Developers who use stock widgets of GUI toolkits that implements the ATK headers don't have to worry too much for making their applications accessible. However, if they develop their own widgets, they will have to ensure that they are exposing all the accessible information.
GAIL was the name of the accessibility interfaces implementation defined by ATK for GTK+, the widget library of GNOME. Initially, GAIL was an independent module mapped to GTK+ but since GNOME 3.2, GAIL was merged into GTK+, so the ATK implementation is integrated into GTK+ and GAIL is deprecated.
Apart from GTK+, other GUI toolkits and applications have implemented ATK in order to be accessible, such as OpenOffice/LibreOffice, Mozilla's Gecko, Clutter and WebKitGTK+.

Development

ATK is part of the GNOME Accessibility Framework that was released in 2001. The main development force behind ATK was the Accessibility Program Office of Sun Microsystems, Inc. with contributions from many community members. When Oracle acquired Sun in 2010 they cut developer jobs of full-time developers working on GNOME accessibility components such as the Accessibility Toolkit ATK and the Orca screen reader. Since then, ATK is mainly maintained by the GNOME community.

Maintainers

ATK development has been led by their maintainers with the help of its community. The maintainers so far are:
Current:
Previous: