shuding/nextra

a11y keyboard navigation and screen reader improvements

开放

#3,721 创建于 2024年11月20日

 (6 条评论) (0 个反应) (0 位负责人)TypeScript (1,413 个派生)user submission
enhancementhelp wanted

仓库指标

星标
 (13,807 个星标)
PR 合并指标
 (平均合并 6天 16小时) (30 天内合并 3 个 PR)

描述

Some accessibility fixes I'm planning on patching when I've got some time, jotting it down as a start...

  • Skip to content for keyboard navigation (something like GDS) WONT FIX : this is avaliable in v4
  • Missing aria-label
    • Search box input
    • Breadcrumb (follow NHS / APG) -- also change div to nav
  • SVGs add role="presentation" when pre-described by other content
    • Top nav grouped dropdown, chevron icon
    • Light/dark mode icon
    • Sidebar collapse icon (more investigation needed to see if this is actually required)
  • ARIA hidden element must not be focusable or contain focusable elements
    • "Scroll to top"

贡献者指南