Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 365433 of AT Development

  • Revision slug: Accessibility/AT_Development
  • Revision title: AT Development
  • Revision id: 365433
  • Created:
  • Creator: jswisher
  • Is current revision? No
  • Comment removed table layout

Revision Content

Introduction

Software Accessibility
The accessibility of computer software has seen drastic improvements over the past two decades. This article (from 2007) reviews the progress and technology as it has developed.

Guidelines

AT APIs Implementation by Gecko
AT vendors guide to support Gecko-based applications like Firefox, Thunderbird and e.t.c.
Accessibility Architecture
How the accessibility hierarchy is implemented in Mozilla (some issues aren't addressed by previous guide).
Building XULRunner with Python
How to build XULRunner with Python on Windows. Then comtypes gives access to MSAA and IAccessible2.

References

AT APIs Implementation References
Shows how Gecko handles ATK, IAccessible2, MSAA and Universal Access API
Accessible Web Specifications References
Provides the map of reflecting web specification to AT APIs. This page includes:
  • ARIA References - W3C specification reflecting ARIA mapping into AT APIs.
  • XForms References - Gecko documentation showing how XForms controls are mapped to AT APIs.

 

 

Revision Source

<div class="row topic-page">
  <div class="section">
    <h2 id="Introduction">Introduction</h2>
    <dl>
      <dt>
        <a class="external" href="https://www.mozilla.org/access/today">Software Accessibility</a></dt>
      <dd>
        <small>The accessibility of computer software has seen drastic improvements over the past two decades. This article (from 2007) reviews the progress and technology as it has developed.</small></dd>
    </dl>
    <h2 id="Guidelines">Guidelines</h2>
    <dl>
      <dt>
        <a href="/en/Accessibility/AT-APIs" title="en/Accessibility/AT-APIs">AT APIs Implementation by Gecko</a></dt>
      <dd>
        <small>AT vendors guide to support Gecko-based applications like Firefox, Thunderbird and e.t.c.</small></dd>
      <dt>
        <a href="/en/Accessibility/Architecture" title="en/Accessibility/Architecture">Accessibility Architecture</a></dt>
      <dd>
        <small>How the accessibility hierarchy is implemented in Mozilla (some issues aren't addressed by previous guide).</small></dd>
    </dl>
    <dl>
      <dt>
        <a href="/en/Building_XULRunner_with_Python" title="en/Building_XULRunner_with_Python">Building XULRunner with Python</a></dt>
      <dd>
        <small>How to build XULRunner with Python on Windows. Then comtypes gives access to MSAA and IAccessible2.</small></dd>
    </dl>
  </div>
  <div class="section">
    <h2 id=" references">References</h2>
    <dl>
      <dt>
        <a href="/En/Accessibility/AT-APIs/Implementation_Details" title="en/Accessibility/AT-APIs/Implementation_Details">AT APIs Implementation References</a></dt>
      <dd>
        <small>Shows how Gecko handles ATK, IAccessible2, MSAA and Universal Access API</small></dd>
    </dl>
    <dl>
      <dt>
        <a href="/En/Accessibility/AT-APIs/Web_Specifications" title="en/Accessibility/AT-APIs/Web_Specifications">Accessible Web Specifications References</a></dt>
      <dd>
        <small>Provides the map of reflecting web specification to AT&nbsp;APIs. This page includes:</small>
        <ul>
          <li><small><a class="external" href="https://www.w3.org/WAI/PF/aria-implementation/" title="ARIA references">ARIA References</a> - W3C specification reflecting ARIA mapping into AT&nbsp;APIs.</small></li>
          <li><small><a href="/en/Accessibility/XForms" title="en/Accessibility/XForms">XForms References</a> - Gecko documentation showing how XForms controls are mapped to AT&nbsp;APIs.</small></li>
        </ul>
      </dd>
    </dl>
  </div>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
Revert to this revision