-
Notifications
You must be signed in to change notification settings - Fork 65
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
Issue 660: Add aria label to IconLink #702
Issue 660: Add aria label to IconLink #702
Conversation
@KenMain5 is attempting to deploy a commit to the Clean and Green Philly Team on Vercel. A member of the Team first needs to authorize it. |
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 @KenMain5, PR looks good. I checked aria-current
on the four pages. Its value is set to page
as expected. Thanks for contributing!
Hi @marvieqa @bacitracin can you take a quick look at this a11y-related PR? Thank you! |
Hey @KenMain5 I haven't pulled down this branch and tested it yet, but it seems straightforward enough and @CodeWritingCow tested it. Had a question though.
|
|
@bacitracin that's my mb! yes yes, the PR title is incorrect but the code fixes the correct issue 660 |
@bacitracin thanks for catching the PR title mistake. I've fixed the title. |
Refactored the value of aria-current from "true" to "page" as the description requested.
Closes #660