-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Administration - System - Look and feel
Summary
Jira Cloud currently does not support adding alt text to custom logos in the header, which creates accessibility barriers for visually impaired users who rely on screen readers. Enabling alt text functionality would enhance accessibility and support WCAG compliance.
Problem/Use Case
Currently, the screen reader reads the alt text as "Custom logo" which does not provide accurate information to users. Allowing administrators to add descriptive alt text would improve accessibility and ensure screen readers convey meaningful context.
Proposed Solution
- Implement a field for alt text when uploading or editing a custom logo in the site header.
- Provide an instruction for the form field, such as: "Please add an alt text for your custom logo according to your organization's requirements".
- The alt text should be added to the logo image’s alt attribute in the HTML. If no alt text is provided, either leave the alt attribute empty or use a default description like “Custom Logo”.
- Syntax: <img src="..." alt="ClientName_ ProductName_Homepage">
Acceptance Criteria
- The alt text field is available when uploading or editing a custom logo.
- The alt text field is required and must be filled. It should be saved as the alt attribute in the logo’s HTML.
- The form provides clear instructions for the alt text field, such as: “Please add an alt text for your custom logo according to your organization's requirements”.
- The alt text is properly announced by screen readers, providing meaningful context to visually impaired users.
Additional Context
- Alt text is essential for improving accessibility and ensuring compliance with WCAG.
- It’s important that the alt text is meaningful and relevant to the logo's context rather than using generic terms like "Custom logo".
- relates to
-
CONFCLOUD-81212 Header: Inaccurate alt text specified for interactive image
-
- Closed
-