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

Enhancing Accessibility of Image Map Areas with Alt Text Descriptions #568

Open
jeromehardaway opened this issue Mar 17, 2024 · 0 comments

Comments

@jeromehardaway
Copy link
Contributor

Description:
Our current use of image maps within the application has been identified as an area needing improvement to meet accessibility standards. Image maps, which are defined with a <map> tag and associated <area> elements, require alternative text descriptions to make the content accessible to all users, including those using assistive technologies. This is crucial for users who rely on screen readers to understand and navigate web content, as it ensures that every interactive or informational image map area is described adequately.

Action Required:

  • Conduct a thorough review of all web pages or components that utilize image maps (<map> tags) to identify <area> elements within them.
  • For each <area> element found, ensure that an alt attribute is added, providing a concise and descriptive alternative text that accurately represents the linked content or function of that area. This description should enable users who cannot see the image to understand its purpose and navigate the application effectively.
  • If any <area> elements are purely decorative and serve no navigational or informational purpose, consider their necessity or ensure they are appropriately marked to be ignored by assistive technologies.

Expected Outcome:
By completing these steps, we will significantly improve the accessibility of our application's image maps, making sure that users who depend on screen readers or other assistive devices can fully understand and interact with our content. This enhancement aligns with our commitment to inclusivity and ensures compliance with web accessibility guidelines and standards.

This task is essential for providing a comprehensive and accessible user experience, ensuring that all elements of our application are perceivable, operable, and understandable to users of all abilities. Prioritizing this action will help us maintain a high standard of accessibility across our digital content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants