Skip to content
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

resolved ARIA IDs issue #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

May-Zi
Copy link

@May-Zi May-Zi commented Aug 8, 2022

According to the lighthouse report, there were multiple ARIA IDs (specifically from the left side options and dropdown lists) that were named "headingOne," which lowered the score of the site. The report stated that this could compromise the experience of users utilizing assistive technologies.
I've looked through the HTML files the issue stemmed from and changed the ids to be "headingToggle" for buttons that lead to a dropdown list, "headingToggled" for buttons in the dropdown lists, and "headingSet" for buttons that have one direct function.
This change improved the lighthouse Accessibility score from 89 to 96 and the Performance score from 61 to 76.

…e. 'headingToggle,' 'headingSet,' 'headingToggled.'
@May-Zi May-Zi self-assigned this Aug 9, 2022
@May-Zi May-Zi added this to the HW1 milestone Aug 9, 2022
@May-Zi May-Zi linked an issue Aug 9, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ARIA IDs are not unique
1 participant