--- title: AT Development slug: Web/Accessibility/AT_Development tags: - AT_APIs - Accessibility translation_of: Mozilla/Tech/Accessibility/AT_Development ---

入門

ソフトウェアアクセシビリティ: 我々は今どこにいるのか?
コンピューターソフトウェアのアクセシビリティはこの20年で劇的に改良されました。この記事 (2007年から) では、進歩とテクノロジーが開発されてくるにあわせて振り返っています。

Guidelines

Gecko での AT API 実装
FirefoxやThunderbirdなどのようなGeckoベースのアプリケーションのAT ベンダーのサポートガイド
アクセシビリティアーキテクチャ
アクセシビリティ階層が Mozilla でどう実装されているか (いくつかの問題は前のガイドで記されていません)。
Python でXULRunner をビルドする
WindowsのPythonでXULRunner をビルドする方法。次に comtypes gives access to MSAA and IAccessible2.

リファレンス

AT API の実装リファレンス
Gecko がどのように ATK, IAccessible2, MSAA, Universal Access APIを扱うかを示します。
アクセシブルな Web 仕様のリファレンス
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.