Jaishree2310/GlassyUI-Components

[A11Y] Missing `aria-label` on interactive buttons across multiple files

开放

#637 创建于 2026年5月28日

 (3 条评论) (0 个反应) (1 位负责人)TypeScript (217 个派生)auto 404
good first issuegssoc'26gssoc:approvedtype:bug

仓库指标

星标
 (114 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hello! The <button> elements in several files lack aria-label attributes, making it difficult for assistive technologies to determine their purpose. Affected files include:\n- src/components/DropdowndetailsPage.tsx\n- src/components/StatisticDetails.tsx\n- src/components/Stories.tsx\n- src/components/CalendarDetails.tsx\n- src/components/NavigationDetailsPage.tsx\n\n### Proposed Approach:\n1. Identify buttons in the affected files that need accessible names.\n2. Apply appropriate aria-label attributes.\n3. Verify tab accessibility.\n\nI would love to take this on for GSSoC '26. Could you please assign this to me?

贡献者指南