jakearchibald/svgomg

Improve keyboard navigation

Open

#304 opened on Sep 22, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (474 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,473 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently, keyboard navigation is broken in many places.

As a first step, I think we should switch to buttons when possible (I have a WIP patch), and then see how we can solve the remaining issues with material tabs and the floating buttons getting focused when they are not being shown.

I mark this as a bug because IMHO this is an important accessibility issue.

Contributor guide