-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
The heading structure on the modal dailog is found to be inappropriate.
Steps to Reproduce
- Open "Jira - Home" page.
- Navigate and activate "Create" button in header section.
- Navigate through the page using the down arrow (JAWS/NVDA) and VO+Left arrow/Right arrow (VoiceOver).
- Observe that the mentioned text has incorrect heading mark-up as per visual hierarchy.
Screenshot

Actual Results
The heading structure is found to be inappropriate on the page. The texts such as "Create issue" is coded as <h2> instead of H1. which does not matches the visual hierarchy on the page. As a result, screen reader users found it difficult to understand the page's content structure.
Expected Results
The heading levels should be announced as per the visual hierarchy by the screen reader to understand the page structure for their users. Use heading levels as per specification such as <h1> should be followed by <h2>, <h3>, and so on. In this scenario provide <H1> element to the "Create issue" text.
Code snippet
<h1 id="jira-dialog2__heading" ...>Create Issue</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.265 (Official Build) (arm64)
Firefox- Version 134.0 (64-bit)
Safari- Version 18.2 (19620.1.16.111.6, 19620)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
- is resolved by
-
A11Y-636 Loading...