Difference between revisions of "Accessibility/Developer"
From Apache OpenOffice Wiki
(+cat) |
|||
Line 17: | Line 17: | ||
*[http://msdn.microsoft.com/en-us/library/dd373592%28v=VS.85%29.aspx Microsoft Active Accessibility] | *[http://msdn.microsoft.com/en-us/library/dd373592%28v=VS.85%29.aspx Microsoft Active Accessibility] | ||
*[http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/ IAccessible2 API Documentation] | *[http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/ IAccessible2 API Documentation] | ||
+ | |||
+ | [[Category:Development]] |
Latest revision as of 15:20, 15 January 2012
Accessibility related information for Developers and QA.
This wiki page is meant to replace some of the existing (and sometimes outdated) static HTML pages, and is work in progress.
Accessibility API
UNO Accessibility API
The UNO Accessibility API (UAA) defines a set of interfaces and services that are implemented by all UNO objects that belong to the GUI. Corresponding to the tree hierarchy of graphical user interfaces the UAA represents the GUI as a tree of accessible objects which can be queried by AT about properties like names, roles, geometry, and color.