CivicDataLab / CivicDataLab/IDS-DRR-Frontend
[ACC-008] Missing H1 heading on 4 of 6 pages
Open
@Abhishekfm is already working on this.
Since Jun 22, 2026.
accessibility
bug
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 1
Description
Summary
Four of the six main pages have no <h1> element. Screen readers rely on H1 for page orientation. Pages missing H1:
- Analytics
- Datasets
- Dataset Detail
- Glossary
Home and About Us pages correctly have H1s.
Fix
Add a visually-styled or visually-hidden <h1> to each affected page:
- Analytics → "Analytics Dashboard"
- Datasets → "Dataset Catalog"
- Dataset Detail → "{Dataset Title}"
- Glossary → "Glossary"
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.