-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
None
-
4.20.0
-
Severity 3 - Minor
-
Issue Summary
The visual focus indicator is missing altogether.
Element name: Sample JSM
Location: In the left nav.
Tested URL
Steps to Reproduce
- Step 1
Actual Results
Actual results
Expected Results
Fix Information
RULE :
The name, role, value, states, and properties of user interface components MUST be programmatically determinable by assistive technologies.
HOW TO FIX:
Fix this issue by using ONE of the following techniques:
1.Use link text contained between the opening <a> and closing </a> elements. Link text can be: visible text, CSS clipped text, or alternative text on an <img> element.
<a href="https://dequeuniversity.com/contact/">Contact Us</a>
<a href="https://www.facebook.com/dequesystems/" class="fbicon"><span class="sr-text">Deque's Facebook page</span></a>
<a href="http://www.deque.com"><img src="deque_logo.png" alt="Deque Systems"></a>
2. Use an aria-label attribute or an aria-labelledby attribute to name a link.
<a href="https://www.facebook.com/dequesystems/" class="fbicon" aria-label="Deque's Facebook page"></a>
REFERENCE:
Deque University: https://dequeuniversity.com/class/semantic-structure2/links/link-text
BACKGROUND:
Links must have discernible text that describes the link's destination for screen reader and other assistive technology users.
Screenshot
Screen Recording
screen recording
Workaround
workaround
Bug Ref: 745950
Bulldog Ref:
Form Name |
---|
[JSDSERVER-12082] Jira Left Nav : Focus indicator is missing.
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Needs Triage [ 10030 ] |
Labels | Original: 2.4.7 Accessibility WCAG21 ax-at-NVDA ax-bug ax-dev-ready ax-high-priority ax-jsm ax-platform-dc ax-qa ax-qa-prioritised ax-vpat-critical | New: 2.4.7 Accessibility WCAG21 ax-at-NVDA ax-bug ax-critical ax-critical-priority ax-dev-ready ax-high-priority ax-jsm ax-platform-dc ax-qa ax-qa-prioritised ax-vpat-critical |
Labels | Original: 2.4.7 Accessibility WCAG21 ax-at-NVDA ax-bug ax-dev-ready ax-high-priority ax-jsm ax-platform-dc ax-qa-prioritised ax-vpat-critical | New: 2.4.7 Accessibility WCAG21 ax-at-NVDA ax-bug ax-dev-ready ax-high-priority ax-jsm ax-platform-dc ax-qa ax-qa-prioritised ax-vpat-critical |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |
Story Points | New: 1 |
Rank | New: Ranked higher |
Sprint | New: JSM Sprint 1 [ 6985 ] |
Status | Original: Ready for Development [ 10049 ] | New: In Progress [ 3 ] |
Assignee | New: Oleksandr Stoliar [ a955dc6cda19 ] |