26
edits
BradTaylor (talk | contribs) |
BradTaylor (talk | contribs) (Slight rewording) |
||
| Line 11: | Line 11: | ||
= Related Approaches = | = Related Approaches = | ||
On Windows, plugins can provide their own accessibility support by responding to the WM_GETOBJECT WinEvent and returning an instance of IAccessible. Firefox (and other browsers) will call this WinEvent on the plugin object and register the accessible into | On Windows, plugins can provide their own accessibility support by responding to the WM_GETOBJECT WinEvent and returning an instance of IAccessible. Firefox (and other browsers) will call this WinEvent on the plugin object and if an IAccessible is returned, register the accessible into the accessibility hierarchy. | ||
= API Requirements = | = API Requirements = | ||
edits