alveusgg/extension

Make extension keyboard accessible

Open

#139 opened on Oct 8, 2023

 (11 comments) (0 reactions) (0 assignees)TypeScript (38 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (124 stars)
PR merge metrics
 (PR metrics pending)

Description

Make the extension work with keyboard input:

  • make keyboard focus visible
  • allow closing modals with esc
  • prevent tabbing outside of modals or into hidden elements
  • to not move or loose focus when interacting
  • buttons and other elements should follow common input patterns (space/enter, cursor keys, escape etc.)
  • probably forgot some points otomh

Contributor guide