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

EMFFacet Accessibility issues

For the simultaneous release, to "Be a good Eclipse Citizen", we should improve our accessibility: Projects should design and test for accessibility compliance, following established guidelines and Eclipse fundamental techniques to achieve accessibility. Projects must document their accessibility work and compliance.

  • Everything should be accessible using only the keyboard
  • EMF Facet should be compatible with the "hight contrast" and "large fonts" modes
  • every element of the interface should be readable by an accessibility software reader (e.g. "narrator" in Windows)
  • every information given by color should also be accessible in another way (for color blind people)
    • using org.eclipse.swt.accessibility.AccessibleAdapter where it's necessary


We could follow:

and maybe test with:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.