Accessibility/Comparisons: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
The goal is that these interfaces be a cross-platform representation of the abilities of the OS-specific implementations. | The goal is that these interfaces be a cross-platform representation of the abilities of the OS-specific implementations. | ||
=== Mac implementation in progress === | |||
Right now we're working to [[Mac:Accessibility|make Gecko accessible on Mac]]. We have colored these tables to make it easier to see what the Mac APIs lack and what they support. If you're a programmer, and want to know more about Universal Access, there's a [[Mac:Accessibility/UniversalAccess|short introduction and quick reference]] here at the wiki. | |||
=== Comparing the accessibility architectures === | === Comparing the accessibility architectures === | ||
| Line 11: | Line 14: | ||
* [[Accessibility/Comparisons:States|Comparison of states]] | * [[Accessibility/Comparisons:States|Comparison of states]] | ||
* [[Accessibility/Comparisons:Events|Comparison of events/notifications]] | * [[Accessibility/Comparisons:Events|Comparison of events/notifications]] | ||
Revision as of 09:23, 25 May 2006
At the heart of Gecko's accessibility architecture are the cross-platform nsIAccessible interfaces.
The goal is that these interfaces be a cross-platform representation of the abilities of the OS-specific implementations.
Mac implementation in progress
Right now we're working to make Gecko accessible on Mac. We have colored these tables to make it easier to see what the Mac APIs lack and what they support. If you're a programmer, and want to know more about Universal Access, there's a short introduction and quick reference here at the wiki.
Comparing the accessibility architectures
When implementating support for a new system in our cross-platform accessibility architecture, we need to make sure it fits up to the standard of the other implementations.
Below you'll find comparisons of the API features of every platform, side by side.