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 134548 of AT Development

  • Revision slug: Accessibility/AT_Development
  • Revision title: AT Development
  • Revision id: 134548
  • Created:
  • Creator: Surkov.alexander
  • Is current revision? No
  • Comment 28 words added, 10 words removed

Revision Content

Introduction

Software Accessibility Today
The accessibility of computer software has seen drastic improvements over the past two decades. This article 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

 <table class="mainpage-table"> <tbody> <tr> <td width="50%"> <h2>Introduction</h2> <dl><dt> <a class="external" href="https://www.mozilla.org/access/today">Software Accessibility Today</a> </dt><dd> <small>The accessibility of computer software has seen drastic improvements over the past two decades. This article reviews the progress and technology as it has developed.</small> </dd></dl> <h2>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.<br>
</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></td> <td> <h2>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/Implementation_Details" title="en/Accessibility/AT-APIs/Implementation_Details">Accessible Web Specifications References</a> </dt><dd> <small>Provides the map of reflecting web specification to AT 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 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 APIs.</small></li>
</ul>
</dd></dl></td> </tr> </tbody>
</table>
<p> </p>
<p> </p>
Revert to this revision