-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 10.3.1
-
Component/s: Accessibility
-
10.03
-
Severity 3 - Minor
Issue Summary
Heading level specified for the "Help us improve Jira" text is inappropriate.
Steps to Reproduce
- Open the "Home" page.
- Navigate to the header section.
- Navigate to the "Feedback" button and activate it > a modal appears.
- Now, navigate to the mentioned "Help us improve Jira" heading in the modal dialog.
- Inspect its code.
- Observe that inappropriate heading level is specified for the mentioned heading.
Screenshot

Actual Results
The "Help us improve Jira" heading in the "Help us improve Jira" modal dialog that becomes available on activating the "Feedback" button in the header section is announced with inappropriate heading level 2 instead of heading level 1 resulting in screen reader users finding it difficult to understand the dialog's structure.
Expected Results
The heading levels should be defined as per the visual hierarchy of the dialog to enable screen reader users to understand the dialog's structure.
Mark up the "Help us improve Jira" heading text using <h1> element.
Code Example:
<h1 id="issue-collector-dialog-title" class="dialog-title" tabindex="-1">Help us improve Jira</h1>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Environment
MacBook Pro (16-inch, 2021)
macOs Sonoma 14.7
Chrome - Version 131.0.6778.86 (Official Build) (arm64)
Firefox- Version 134.0 (64-bit)
Safari- Version 18.1.1 (20619.2.8.11.12)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
- is resolved by
-
A11Y-650 Loading...