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

Alternative Text for Logo on Login Page #4095

Open
derekjackson-das opened this issue Sep 17, 2024 · 0 comments
Open

Alternative Text for Logo on Login Page #4095

derekjackson-das opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
a11y Accessibility

Comments

@derekjackson-das
Copy link
Collaborator

Issue Description:
The alternative text for the logo on the login page is currently set to "logo," which does not provide sufficient information for users relying on assistive technologies. To improve accessibility, the alt text should be more descriptive, such as "[Company name] logo" or another appropriate description that conveys the logo's significance or purpose.

WCAG Criteria:
1.1.1 Non-text Content - A

Screenshot or Screen Recording:
Screenshot 2024-09-17 at 2 49 02 PM
Code Snippet:

<div class="mt-12 h-24 w-full bg-cover">
  <img src="/assets/logo.svg" class="h-full w-full object-contain" alt="Logo">
</div>

Action:
Update the alt attribute of the image to a more descriptive value. This should probably be customizable through configuration options.

@derekjackson-das derekjackson-das added the a11y Accessibility label Sep 17, 2024
@Tanvez Tanvez self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility
2 participants