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

SAK-49779 site-manage gateway select term does not have an accessible name #12939

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

Conversation

i-a-m-s-k
Copy link
Contributor

Added a label for the select element.

@@ -32,7 +33,7 @@
<div class="radio indnt3">
<input type="radio" name="siteType" class="siteTypeTerm" id="siteType$siteTypeCount" value="$type" />
<label for="siteType$siteTypeCount">$type $tlang.getString("se.sites")</label>

<label for="selectTerm">Select a Term:</label>
Copy link
Contributor

@ern ern Oct 1, 2024

Choose a reason for hiding this comment

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

should this be a translated string?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I realized that the string "Select a Term:" is not needed as there is text already present on the element and JAWS is repeating the instructions for that element. I will update it such that no text is there within the label tag to avoid redundancy.

@ern ern changed the title SAK-49779 site-manage Gateway accessibility issue site browser select element does not have an accessible name SAK-49779 site-manage gateway select term does not have an accessible name Oct 2, 2024
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.

2 participants