Completed
Last Updated: 06 Dec 2021 21:11 by ADMIN
Release 2.30.0
Taarti
Created on: 27 Oct 2021 14:16
Category: Pager
Type: Bug Report
1
Pager navigation buttons accessibility issue

We have encountered the following accessibility issue with the navigation buttons of the Pager:

Snippet:

<a data-index="0" aria-label="Go to the first page" title="Go to the first page" class="k-link k-pager-nav k-state-disabled k-pager-first" aria-disabled="true" tabindex="-1"><span class="k-icon k-i-arrow-end-left" role="presentation"></span></a>

How to fix - Fix the following:

ARIA attribute cannot be used, add a role attribute or use a different element: aria-label

0 comments