feat: improve accessibility (A11y) for interactive UI elements#430
Merged
KaranUnique merged 1 commit intoKaranUnique:mainfrom Mar 13, 2026
Merged
feat: improve accessibility (A11y) for interactive UI elements#430KaranUnique merged 1 commit intoKaranUnique:mainfrom
KaranUnique merged 1 commit intoKaranUnique:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the Karan Manickam's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#424
[ENHANCEMENT] Improve Accessibility (A11y) for Interactive UI Elements
📌 Description
This PR improves the accessibility of interactive UI elements across the CryptoHub project. It addresses issues with screen reader noise, missing interactive labels, and improperly linked form elements to comply with modern A11y best practices.
What problem does it solve?
What changes were made?
aria-hidden="true"to SVGs and icons in Navbar.jsx, Blog.jsx, BlogDetail.jsx, and Pricing.jsx.aria-label="Close"to the contributors' modal close button and updated the billing toggle with a dynamic state-aware label.aria-expandedandaria-controlsfor the FAQ section toggle buttons.<label>tags to<input>and<textarea>elements usinghtmlForand id in ContactUs.jsx.🔗 Related Issue
Closes # [ENHANCEMENT] Improve accessibility (A11y) for interactive UI elements
🛠 Type of Change
✅ Checklist
🧪 Testing Done
Test cases executed:
aria-hidden="true"on decorative icons in Navbar.jsx and Blog.jsx.aria-label="Close"on the Contributors modal.aria-expandedupdates correctly when toggling FAQ items.Commands used: