-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
4.20.0
-
Severity 2 - Major
-
Issue Summary
The contrast ratio between link or button text and its background is not at least 4.5:1 on hover and/or on focus.
Elements:
- Attributes
- Connected tickets
- Comments
Location:
Present on the main content
Hexadecimal values:
Text color: #767676
Background color: #F7F7F7
Contrast ratio: 4.2:1
:
Tested URL
https://instenv-5971-nizh.instenv.atl-test.space/secure/insight/assets/INITSM-77?v=0
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 any of the following techniques:
1. Use the innertext of the <button> or role="button" element
<button>Apply now!</button>
<button class="apply-btn"><span class="sr-text">Apply now!</span></button>
2. Use a non-empty aria-label attribute on the <button> or role="button" element.
<button class="apply-btn" aria-label="Apply now!"></button>
<span role="button" class="apply-btn" aria-label="Apply Now!"></span>
REFERENCE:
Deque University: https://dequeuniversity.com/class/custom-widgets2/concepts/name
nW3C ARIA Recommendation: https://www.w3.org/TR/wai-aria-1.1/#aria-label
BACKGROUND:
Buttons must have discernible text that describes the button's function or action for screen reader and other assistive technology users.
Screenshot
Screen Recording
screen recording
Workaround
workaround
Bug Ref: 748021
Bulldog Ref: JSMDC-13231
- is blocked by
-
JSMDC-13231 You do not have permission to view this issue
- links to