-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Macros - Cards
Summary
Add functionality to provide alt text for user-uploaded images in the Cards macro.
Actual Results
When a user uploads an image in the Cards macro, the image’s alt attribute is automatically set to empty, with no option to provide custom alternative text (alt text). This limits accessibility for users who rely on screen readers, as they cannot perceive the meaning or purpose of the uploaded images.
Expected Results
Users should be able to provide custom alt text when uploading an image in the Cards macro.
- An input field should be available to enter alt text during image upload.
- The entered alt text should be programmatically associated with the image and announced correctly by screen readers.
- If no alt text is provided, the image should have an empty alt attribute to avoid redundant or misleading announcements.
Additional Context
This feature improves accessibility compliance with WCAG Success Criterion 1.1.1 (Non-text Content) by ensuring that images uploaded in the Cards macro are accessible to screen reader users. Implementing this functionality will significantly enhance usability, accessibility, and consistency across Confluence Cloud, aligning with Atlassian’s commitment to inclusive design and accessibility standards.