-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 7.17.0
-
Component/s: Accessibility
-
2
-
Severity 2 - Major
-
4
Issue Summary
In header section, the ARIA role attribute is not provided to the "help" menu link element.
Similar issue was observed for following menu link elements.
- Profile link .
- Administrator link.
Steps to Reproduce
- Turn on a screen reader.
- Navigate to Confluence homepage.
- Navigate to "Help" menu link inside header section.
- Observe that help element is announced as link incorrectly.
Expected Results
While navigating with screen reader, when user navigate to the "help" element the screen reader announces as "help link". But the element functions as a menu button. The ARAI role="button" attribute is not provided to the anchor element.
This makes screen reader users difficult to understand the purpose of the element.
Actual Results
The screen reader should announce the "Help" element as button. Use native HTML <button> element or provide ARIA role="button" to the anchor element in the source code.
Screenshot
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available