AOSSIE-Org / AOSSIE-Org/OrgExplorer

[FEATURE]: Implement keyboard accessibility for navigation cards

未关闭
#135 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
JavaScript
星标
34
派生
92
平均合并
8 天 7 小时
30 天内合并 PR
12

描述

### Feature and its Use Cases

## Description
The navigation cards on the Overview page currently work only through mouse interaction. Users navigating with a keyboard cannot focus or activate these cards.

https://github.com/user-attachments/assets/6dfe05be-a282-4283-ae8d-a4b0e901e93a

Since cards are implemented as clickable

elements, they are not native interactive elements, they:
- cannot receive keyboard focus
- cannot be activated using Enter or Space
- screen readers may not recognize these cards as interactive elements

### Expected Behavior:-

Navigation cards should:-
- be reachable using the Tab key
- show a visible focus state
- activate with Enter and Space

### Additional Context

_No response_

### Code of Conduct

- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates

贡献指南

打开贡献指南

调研方向

Start at the Overview page and locate the navigation-card implementation. Check the current clickable div behavior, then verify that every card is reachable by Tab, shows a visible focus state, and activates with Enter and Space.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
accessibility, frontend, web-dev
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
冷清
描述清晰度
基本清楚
新手友好度
65/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。