-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.2.0
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
The current state of the link "Connector" is not defined
Steps to Reproduce
- Open Create Directory Connector page
- Navigate to the mentioned link present in main content area.
- Inspect the code of the mentioned link.
- Observe that the current page state is not programmatically defined.
Screenshot
Actual Results
The current page state is not programmatically defined for the currently active “Connector” link.
As a result, screen reader users will not be aware of the currently active state of the link.
Expected Results
The screen reader should announce the current page state for the link.
Apply the following changes:
- Add the aria-current="page" attribute to <a> tag of the link.
- Ensure that the "aria-current" attribute is updated as per user interaction using scripting.
Code Snippet
<li class="menu-item active-tab"> <a id="connector-connectiondetails" href="/console/secure/directory/updateconnectorconnection.action?ID=1671170" aria-current="page"><strong>Connector</strong></a> </li>
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 Ventura 13.5
Chrome - Version 115.0.5790.170 (Official Build) (arm64)
Firefox- Version 112.0. 1
Safari- Version 16.5 (18615.2.9.11.4)
JAWS- Version 2023
NVDA- Version 2023
Voiceover - Version Latest
- mentioned in
-
Page Loading...