-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
A non-descriptive label "Create" is specified for the button.
Steps to Reproduce
- Open the "Home" page.
- Navigate to the header section.
- Navigate to the “Create” button and inspect the code.
- Observe that a non-descriptive label is provided for the mentioned button.
Screenshot

Actual Results
A non-descriptive label such as "Create" is specified for the “Create a new issue or bug or feature request” button in the header section.
As a result, screen reader users might not understand the purpose of the button effectively.
Expected Results
Provide the descriptive label for the button. For example, specify the descriptive label "Create a new issue or bug or feature request" for the mentioned button via the 'aria-label' attribute.
Code Example:
<a id="create_link" role="button" aria-label="Create a new issue or bug or feature request” ...>Create</a>
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-639 Loading...