Accessibility: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Team and Expertise: added Natalie)
 
(33 intermediate revisions by 13 users not shown)
Line 1: Line 1:
= Mozilla Accessibility Wiki =
== About ==


* General
The Firefox Accessibility Team is responsible for the core disability access APIs in Gecko and we share responsibility with the Firefox front end team for the accessibility (often abbreviated as "a11y") of the browser's feature set. We're here to ensure that Firefox products and services are delightfully accessible to users with disabilities.  
** [http://developer.mozilla.org/en/docs/Accessibility Development Center] - documentation on various accessibility initiatives, XUL authoring guidelines, ARIA, AT-SPI, web development and more
**[[Accessibility/Learning_Disabilities|Learning Disabilities]] - resources related to learning disabilities
** [[Accessibility/Testing|Testing Center]] - the latest on Mozilla accessibility testing, test plans, environments, top bugs, and more.


* Sections
== Roadmap and Project Status ==
**[[Mac:Accessibility| Mac Accessibility]] - home page of accessibility support on Mac.
** [[Accessibility/AT-Windows-API|Windows Accessibility]] - this FAQ explains how makers of Windows screen readers, voice dictation packages and magnification software can support Gecko-based software. The article is targeted on MSAA.
**[[Accessibility/XForms|XForms Accessibility]] - AT API support for XForms elements.


* Drafts
* [[Accessibility/Roadmap|Firefox Accessibility Roadmap]]
**ARIA
***[[Accessibility/Datatypes|ARIA Type Attributes]] - proposed ARIA data type attributes to object attribute mapping
***[[Accessibility/AJAX:WAI_ARIA_Live_Region_Library|AJAX: WAI ARIA Live Region Library]]
***[[Accessibility/ARIAConflictsWithNativeMarkup|ARIA conflicts with native markup]] - proposed extension of section 2.3 of ARIA implementation guide
**Accessible Tables
***[[Accessibility/Accessible_Table_Implementation|Table Implementation]] - implementation problems overlook (a bit obsolete)
***[[Accessibility/TreeGrid|ARIA grid/treegrid]] - implementation of ARIA grid/treegrid
**[[Accessibility/CustomWidgets|Custom widgets accessibility]] -  accessibility injection into XBL
**[[Accessibility/Plugins|Plugins accessibility]] - thoughts how to improve plugin accessibility
**[[Accessibility/EditorBehaviourOnUserInput|Editor behaviour]] - editor behaviour on user input when controls are contained inside of editable area
**[[Accessibility/MutationEventCoalescing|Mutation event coalescing]]
**[[Accessibility/HTML5_Forms|HTML5 form enhancements]]
**[[Accessibility/IA2_1.3|IA2 1.3]]


* Drafts Replaced by Specs
== Get Involved ==
**[[Accessibility/Attributes|Attributes]] -  proposed AT API attribute support.
**[[Accessibility/TextAttributes|Text Attributes]] -  proposed AT API text attribute support.
**[[Accessibility/IA2ToGecko|IA2 to Gecko]] - interface mapping of IAccessible2 to Gecko API
***[[Accessibility/TableHeaders|Table Headers]] - IA2's rowHeader/columnHeader implementation


* Project Coordination
=== Guidelines and Resources ===
**[[Accessibility/Strategy|Proposed Accessibility Strategy]]
 
**[[Accessibility/Projects|Potential Accessibility Projects]]
We have published, and will continue to produce and share, resources and guidelines to help you better understand digital accessibility and to make your product as accessible as possible.
**[[Accessibility/PlanMozilla2|Mozilla 2 accessibility plans]]
 
**[[Platform/2009-Accessibility-Goals|2009 accessibility plans]]
Please reference and share our [[Accessibility/Requirements|accessibility guidelines and resources]].
**[[Accessibility/Firefox3|Firefox3]] - the list of meta bugs targeted to Firefox 3
 
**[[Accessibility/ARIA_Coordination|ARIA coordination]]
=== Accessibility Reviews ===
**[[Accessibility/Video_Accessibility|Video accessibility]]
 
**[[Accessibility/Math_Accessibility|Math accessibility]]
You should consider requesting accessibility review if you aren’t certain whether your change is accessible to people with disabilities.
**[[Accessibility/csun2009|CSUN 2009]] - Mozilla CSUN 2008 Activities
 
Learn more about [https://firefox-source-docs.mozilla.org/bug-mgmt/processes/accessibility-review.html requesting accessibility reviews] from the Accessibility team.
 
=== Report Accessibility Bugs ===
 
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Disability+Access+APIs Disability Access APIs] For bugs in Gecko's accessibility support.
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Disability+Access Disability Access] For accessibility bugs in Firefox features. (Most of these will be triaged to other Firefox components.)
* [https://github.com/mozilla-mobile/fenix/issues/new?assignees=&labels=%F0%9F%90%9E+bug,b:a11y&template=---bug-report.md Fenix GitHub Issues] For accessibility bugs in the next generation Firefox browser for Android.
 
See also: our [[Accessibility/Triage|Accessibility Bug Triage Guidelines]]
 
== Contact Us ==
 
If you have accessibility questions that pertain to a particular sub-component or platform, you should get in touch with the member of the accessibility team best suited to help!
 
If you have general questions, or are not sure who to talk to: find us all on Slack and Matrix!
 
=== Team and Expertise ===
 
==== Kim (@KimB) ====
* Product Management
* Accessibility Strategy & Process
* Disability (history, theory, narrative, practical applications)
 
==== Eitan (@eeejay) ====
* Android (TalkBack)
* Linux (Orca)
* macOS (VoiceOver)
 
==== Jamie (@jteh) ====
* Mozilla accessibility tech lead
* NVDA
* Windows
* ARIA and HTML accessibility standards
 
==== Morgan (@morgan) ====
* macOS (VoiceOver)
* High contrast (HCM) and low vision
* Layout-a11y crossover
 
==== Anna (@ayeddi) ====
* Accessibility reviews
* Front-end (desktop, mobile)
* Testing and remediation guidance
 
==== Natalie (@nata11y) ====
* Accessibility reviews (design and engineering)
* Documentation
 
=== Slack and Matrix ===
 
* '''Matrix/Element.io''': [https://chat.mozilla.org/#/room/#accessibility:mozilla.org #accessibility on chat.mozilla.org] Synchronous discussions about engineering-specific topics (bugs, patches, code reviews, architectural issues, etc.) should happen in Matrix/Element.io.
 
* '''Slack''': #accessibility on Slack (mostly only Mozilla employees) Synchronous discussions about team operations, announcements, strategy, roadmap, and other banter tend to happen in Slack, but we endeavor to move as much of that as possible to Matrix/Riot.IM.

Latest revision as of 16:20, 18 December 2025

About

The Firefox Accessibility Team is responsible for the core disability access APIs in Gecko and we share responsibility with the Firefox front end team for the accessibility (often abbreviated as "a11y") of the browser's feature set. We're here to ensure that Firefox products and services are delightfully accessible to users with disabilities.

Roadmap and Project Status

Get Involved

Guidelines and Resources

We have published, and will continue to produce and share, resources and guidelines to help you better understand digital accessibility and to make your product as accessible as possible.

Please reference and share our accessibility guidelines and resources.

Accessibility Reviews

You should consider requesting accessibility review if you aren’t certain whether your change is accessible to people with disabilities.

Learn more about requesting accessibility reviews from the Accessibility team.

Report Accessibility Bugs

See also: our Accessibility Bug Triage Guidelines

Contact Us

If you have accessibility questions that pertain to a particular sub-component or platform, you should get in touch with the member of the accessibility team best suited to help!

If you have general questions, or are not sure who to talk to: find us all on Slack and Matrix!

Team and Expertise

Kim (@KimB)

  • Product Management
  • Accessibility Strategy & Process
  • Disability (history, theory, narrative, practical applications)

Eitan (@eeejay)

  • Android (TalkBack)
  • Linux (Orca)
  • macOS (VoiceOver)

Jamie (@jteh)

  • Mozilla accessibility tech lead
  • NVDA
  • Windows
  • ARIA and HTML accessibility standards

Morgan (@morgan)

  • macOS (VoiceOver)
  • High contrast (HCM) and low vision
  • Layout-a11y crossover

Anna (@ayeddi)

  • Accessibility reviews
  • Front-end (desktop, mobile)
  • Testing and remediation guidance

Natalie (@nata11y)

  • Accessibility reviews (design and engineering)
  • Documentation

Slack and Matrix

  • Matrix/Element.io: #accessibility on chat.mozilla.org Synchronous discussions about engineering-specific topics (bugs, patches, code reviews, architectural issues, etc.) should happen in Matrix/Element.io.
  • Slack: #accessibility on Slack (mostly only Mozilla employees) Synchronous discussions about team operations, announcements, strategy, roadmap, and other banter tend to happen in Slack, but we endeavor to move as much of that as possible to Matrix/Riot.IM.