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

Resolves Accessibility issue at expense of design #207

Merged
merged 5 commits into from
Apr 22, 2024

Conversation

analoo
Copy link
Collaborator

@analoo analoo commented Apr 10, 2024

This PR updates ariaLabels in a few screens where the screen reader is having a hard time finding appropriate content to associate with questions.

@bseeger
Copy link
Collaborator

bseeger commented Apr 11, 2024

Hi @analoo I'm a little confused. Is this for ticket: https://www.pivotaltracker.com/story/show/187155006? The page you show above is the ChoosePrograms page.

@analoo analoo marked this pull request as draft April 11, 2024 21:28
@analoo analoo marked this pull request as ready for review April 16, 2024 23:40
@analoo analoo requested a review from stabai April 16, 2024 23:41
@@ -8,7 +8,7 @@
<button class="accordion__button" aria-expanded="true" aria-controls="controlId">
<th:block th:replace="${buttonLabel}"/>
</button>
<div class="accordion__content" id="controlId">
<div class="accordion__content" aria-expanded="false" id="controlId">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to get updated by JavaScript (which I believe Honeycrisp does automatically?) or it won't work with screen readers.

Let me know if you wanna pair on testing it :)

@spokenbird
Copy link
Collaborator

What issue is the being resolved? Not sure what the screenshot is showing 🤔

@analoo analoo requested a review from spokenbird April 19, 2024 17:22
@analoo analoo merged commit 8957e24 into main Apr 22, 2024
4 checks passed
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.

None yet

3 participants