-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.5.1
-
Severity 3 - Minor
-
Issue Summary
Heading mark-up is used unnecessarily for the "Inbox zero" text.
Steps to Reproduce
- Open the "Home" page.
- Navigate to the header section.
- Navigate and activate "View your 0 unapproved pull requests" > "Reviewing" interactive elements.
- Navigate to the mentioned heading in the tab panel.
- Inspect the code.
- Observe that an heading mark-up is used unnecessarily for the mentioned heading.
Screenshot
Actual Results
The text "Inbox zero" in the tab panel of the "Reviewing" tab that becomes available on activating the "View your 0 unapproved pull requests" button in the header section. is marked up as a heading unnecessarily. However, it does not constitute as a heading on the page.
As a result, this will create confusion for screen reader users about the content structure.
Expected Results
Screen reader should not identify the text as a heading for their users. Remove the heading mark-up from the mentioned content and code it using the <p> element. If required, use CSS to maintain the presentation of the page.
Code Example:
<p>Inbox zero</p>
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
Form Name |
---|