Vets-Who-Code / vets-who-code-app

http://vetswhocode.io
47 stars 35 forks source link

Ensuring Accessibility of Figure Elements with Proper Role and Alt Attributes #567

Open jeromehardaway opened 3 months ago

jeromehardaway commented 3 months ago

Description: We have identified instances within our application where <figure> elements, used primarily for displaying images, are not fully optimized for accessibility. To enhance our application's accessibility and ensure compliance with best practices, <figure> elements containing images need to be correctly marked with a role="none" attribute. Additionally, it's crucial that the images contained within these <figure> elements provide descriptive alt text for the benefit of users utilizing assistive technologies.

Action Required:

Expected Outcome: Implementing these changes will significantly improve the accessibility of our application, making content more navigable and understandable for users relying on screen readers. By providing descriptive alt text for images and correctly tagging <figure> elements, we help ensure that our application is inclusive and accessible to a wider audience, aligning with our commitment to digital accessibility standards and practices.

This task prioritizes the clarity and accessibility of visual content within our application, enhancing the user experience for individuals who rely on assistive technology to interact with digital content.