Skip to content

Universal Access (Accessibility)

Garrett LeSage edited this page Feb 19, 2018 · 19 revisions

Terms:

  • Accessibility: being able to access something (implies disability)
  • Universal Access: making sure everyone can use something (inclusive of all)
  • Inclusive design: designing to covere the needs for everyone, keeping in mind any special situational, temporary, or permament accomodations

Cockpit-related accessibility documents

Resources

Specific

HTML-related

  • Tabindex
    • summary: use 0 or -1, but nothing higher
  • Skip link
  • ARIA (Accessible Rich Internet Applications)

Testing framework

Browser add-ons

Desktop screen reader

  • Orca is included in GNOME
    • speech-dispatcher-flite adds a better voice for Orca (which is used once it's selected)
    • orca -s lets you configure Orca, including the voice used

Web screen reader

  • Epiphany (GNOME-Web) can use Orca
  • Chrome has a plugin called ChromeVox
Clone this wiki locally