Create Directory Connector: Current page state not defined

XMLWordPrintable

    • Severity 3 - Minor

      Issue Summary

      The current state of the link "Connector" is not defined

      Steps to Reproduce

      1. Open Create Directory Connector page
      2. Navigate to the mentioned link present in main content area.
      3. Inspect the code of the mentioned link.
      4. 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

              Assignee:
              Unassigned
              Reporter:
              Pravalika Suragani (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: