Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Accessibility"

(Bugs)
Line 39: Line 39:
  
 
For questions or more information, please [http://www.eclipse.org/swt/#contact use the SWT newsgroup] or the [http://www.eclipse.org/swt/#contact Eclipse SWT Community Forum] -- accessibility issues will be forwarded to the right person to answer them.
 
For questions or more information, please [http://www.eclipse.org/swt/#contact use the SWT newsgroup] or the [http://www.eclipse.org/swt/#contact Eclipse SWT Community Forum] -- accessibility issues will be forwarded to the right person to answer them.
 +
 +
= Web Accessibility =
 +
 +
The Orion project has a detailed [[Orion/Accessibility]] page with lots of information on writing, testing, and using accessible web applications.

Revision as of 10:15, 15 May 2013

Accessibility Features in Eclipse

Writing Accessible Eclipse Plug-ins

Note: All materials provided are useful, but some may predate the Eclipse accessibility API upgrade which occurred with the release of Eclipse 3.6 (Helios) in June, 2010.

Introduction

Tips

API

Bugs

Eclipse is an open source project. Testing, bug filing/triage, documentation and code contributions to the accessibility support are very welcome and greatly appreciated.

When you run into an issue, check the Eclipse accessibility bug list.

If your issue isn't in the list, file an Eclipse accessibility bug.

For questions or more information, please use the SWT newsgroup or the Eclipse SWT Community Forum -- accessibility issues will be forwarded to the right person to answer them.

Web Accessibility

The Orion project has a detailed Orion/Accessibility page with lots of information on writing, testing, and using accessible web applications.

Back to the top