Skip to content

Multiple accessibility issues in the new (and existing) Gitpod interface #3717

Open
@shaal

Description

@shaal

Bug description

There are a few accessibility issues in the new Gitpod interface, some examples:

  • Not enough color contrast between text and background
  • Not possible to tab through all the items using a keyboard
  • Some items missing a clear focus border
  • Some images miss alternative text
  • Does not respect prefers-reduced-motion
  • Almost no use of Aria attributes
  • Lack of semantic HTML usage

Steps to reproduce

Open https://main.staging.gitpod-dev.com

  • Try navigating through items with keyboard
  • Open devtools, inspect images, and see alternative text is missing
  • Start a project, the jumping G logo would jump even when prefers-reduced-motion is set in the user's browser.

Expected behavior

Make Gitpod a fully accessible experience

Example repository

https://github.com/gitpod-io/gitpod

I'll be happy to help identify more accessibility issues, and help resolve them as well :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions