Skip to content

fix(a11y): add aria labels and improve semantic HTML#2203

Open
hars-21 wants to merge 2 commits intojson-schema-org:mainfrom
hars-21:a11y/aria-labels
Open

fix(a11y): add aria labels and improve semantic HTML#2203
hars-21 wants to merge 2 commits intojson-schema-org:mainfrom
hars-21:a11y/aria-labels

Conversation

@hars-21
Copy link

@hars-21 hars-21 commented Feb 5, 2026

What kind of change does this PR introduce?

This PR introduces a non-functional accessibility improvement focused on semantic HTML and ARIA usage, with no changes to behavior, visuals, or logic.

Issue Number:

Screenshots/videos:

image image

If relevant, did you update the documentation?

Documentation update not required as it fixes accessibility of the site.

Summary

This PR improves accessibility across the codebase focused only on semantic HTML and ARIA usage.

What was done

  • Replaced non-semantic HTML elements with appropriate semantic HTML tags where applicable.

  • Added ARIA labels/attributes only where required.

  • Removed redundant or unnecessary ARIA attributes to avoid overuse and conflicts with native semantics.

Goal

Improve screen reader and assistive technology support while keeping changes minimal, intentional, and aligned with WCAG 2.0 best practices.

Does this PR introduce a breaking change?

This PR fixes accessibility which focuses on aria labels and semantic html. There is no breaking change.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@hars-21 hars-21 requested a review from a team as a code owner February 5, 2026 08:46
@github-project-automation github-project-automation bot moved this to Ready to review in PR - Triage Group Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Hi @hars-21! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview dc772a6

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d28a48a) to head (dc772a6).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2203   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          640       640           
  Branches       198       198           
=========================================
  Hits           640       640           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hars-21
Copy link
Author

hars-21 commented Feb 6, 2026

@AgniveshChaubey Please review this PR whenever you are free. This PR introduces a non-functional accessibility improvement focused on semantic HTML and ARIA usage, with no changes to behavior, visuals, or logic. I'll start working on next part of accessibility as soon as this PR is approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

🐛 Bug: Accessibility: Semantic HTML & ARIA Usage

1 participant