-
Notifications
You must be signed in to change notification settings - Fork 166
Add aria-labels and accessibility improvements to buttons and navigation... #894
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
base: main
Are you sure you want to change the base?
Conversation
@ksen0 I have reviewed this PR, and it looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @eslteacher902010 thank you for working on this! Happy to merge - just a very small request about the indentation.
src/components/Nav/JumpToLinks.tsx
Outdated
<Icon kind={isOpen ? "chevron-down" : "chevron-up"} /> | ||
</div> | ||
</button> | ||
class={styles.toggle} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix the indentation here, please? Looks like some spaces got dropped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here thanks!
src/components/Nav/MainNavLinks.tsx
Outdated
aria-hidden="true" | ||
tabIndex={-1} | ||
> | ||
class={styles.toggle} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same spacing issue here- thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to fix it, but let me know if I'm off in any way. Thanks!
I added some aria labels. Some of the aria labels also add language filtering components. I hope this works.
I'm new to this, so appreciate your patience. Thanks!
Addresses #874