Name: ISimpleDOM COM interfaces for accessibility Short Name: ISimpleDOM URL: https://github.com/mozilla/gecko-dev Version: N/A Date: 2010-07-02 Revision: 3f397dafbaa9dbc7d740e440c7a5112e094588eb Update Mechanism: Manual License: MPL-1.1 License File: LICENSE Security Critical: yes Shipped: yes DO NOT USE. This API has been deprecated and will be removed, along with support, as soon as no longer needed for the JAWS screen reader. See https://crbug.com/378908266. Description: This directory contains the legacy ISimpleDOM API, which was previously needed to fully support Windows screenreaders. The definitions come directly from the Mozilla source repository, and consist of the following files from the accessible/public/msaa directory: ISimpleDOMDocument.idl ISimpleDOMNode.idl ISimpleDOMText.idl Modern screenreaders should use the Microsoft UI Automation framework or Microsoft Active Accessibility with IAccessible2. Local modifications: None.