Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
Core: F - Sprint 91, Core: F - Sprint 92, Core: F - Sprint 93, Core: F - Sprint 94, Core: F - Sprint 95, Core: F - Sprint 96
-
2
-
Prokopovych
Description
Screenshot
Title: WCAG 4.1.2: Ensures buttons have discernible text (#clickable-list-column-10)
Tags: Accessibility, WCAG 4.1.2, button-name
Issue: Ensures buttons have discernible text (button-name - https://dequeuniversity.com/rules/axe/3.5/button-name?application=msftAI)
Target application: Users - FOLIO - https://folio-snapshot.aws.indexdata.com/users/e546d50a-926a-421f-8400-a041a2e9db79/loans/closed
Element path: #clickable-list-column-10
Snippet:
<div role="button" tabindex="0" class="mclHeaderOuter---lPk99" id="clickable-list-column-10"><div class="mclHeaderInner---2QrvO"><div> </div></div></div>
How to fix:
Fix any of the following:
Element does not have inner text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element's default semantics were not overridden with role="presentation"
Element's default semantics were not overridden with role="none"
Element has no title attribute or the title attribute is empty
Environment: Chrome version 81.0.4044.138
====
This accessibility issue was found using Accessibility Insights for Web 2.18.2 (axe-core 3.5.1), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.