NPAPI:NativeAccessibility: Difference between revisions

Jump to navigation Jump to search
Slight rewording
(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 its hierarchy for use by assistive technologies.
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 =
26

edits

Navigation menu