26
edits
BradTaylor (talk | contribs) |
BradTaylor (talk | contribs) |
||
| Line 12: | Line 12: | ||
= 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 if an IAccessible is returned, register the accessible into the accessibility hierarchy. | On Windows, plugins can provide their own accessibility support by responding to the <tt>WM_GETOBJECT</tt> 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