-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve accessibility of navigation components #2297
Conversation
🦋 Changeset detectedLatest commit: 4f74de8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2297 +/- ##
=======================================
Coverage 97.15% 97.15%
=======================================
Files 251 251
Lines 19862 19889 +27
Branches 1224 1225 +1
=======================================
+ Hits 19297 19324 +27
Misses 551 551
Partials 14 14
|
fa2bf14
to
6f4f163
Compare
6f4f163
to
4f74de8
Compare
Purpose
An accessibility audit of the navigation components revealed a large number of issues. This PR addresses issues related to the markup of the components, a separate PR will tackle focus-related issues.
Approach and changes
Definition of done