-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.7.0
-
Component/s: Accessibility
-
9.07
-
Severity 3 - Minor
Issue Summary
On the “Viewing an issue” page, the currently highlighted/relevant link does not have an “href” attribute.
Steps to Reproduce
- Navigate onto the above mentioned page.
- Navigate onto the above mentioned instance and inspect its code.
- Observe that the anchor tag does not use an “href” attribute.
- Observe that the role is otherwise not determined with role=”link”.
Screenshot

Actual Results
The currently active link in the "Activities" section does not use an “href” attribute. As a result, the browsers do not technically determined it as a link. This is because the HTML specification determines anchor tags without href attributes as being placeholder elements. As a result, users of a screen reader will not be able to interact with the link efficiently.
Expected Results
Anchor tags must use an “href” attribute according to HTML specifications. In this case, make sure that the anchor tag has an “href” attribute that point to its destination. When an anchor tag does not have an “href” attribute, browsers do not define it as a link. If this is not possible, use custom role=”link” to make sure that the link has an interactive role. Code Snippet <a href="..." aria-current="true">Comment</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 Monterey Version 12.4
Chrome - Version 103.0.5060.134 (Official Build) (arm64)
Firefox- Version 93.0 (32-bit)
Safari- Version 15.5 (17613.2.7.1.8)
JAWS- Version 2022
NVDA- Version 2020.3
Voiceover - Version Latest