CivicDataLab / CivicDataLab/ParakhAI-frontend
[Accessibility] Evaluations table sort headers missing aria-sort attribute
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
Column headers in the Evaluations table that support sorting do not have aria-sort attributes. Screen reader users cannot determine the current sort state or which column is active.
Fix
Add aria-sort="ascending" / "descending" / "none" to <th> elements based on the current sort state.
Report ref: UX-009 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.