alveusgg/extension

Make extension keyboard accessible

开放

#139 创建于 2023年10月8日

 (11 条评论) (0 个反应) (0 位负责人)TypeScript (38 个派生)auto 404
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (124 个星标)
PR 合并指标
 (平均合并 8小时 37分钟) (30 天内合并 13 个 PR)

描述

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

贡献者指南