The Deque WorldSpace Attest DevTools plugin for Chrome detects the following accessibility issue on JEvents event lists with pagination:
The issue is being triggered by the two double arrows within the pagination toolbar under the event list. The arrows to advance one page and to go to the end cause this error. (The arrows pointing to the left, to go back one page or to the beginning, do not cause this error).
This occurs with JEvents 3.4.50 and the FlatPlus layout (version 3.4.15) on Joomla! 3.9.10
Example: https://www.cinemastudies.rutgers.edu/news-a-events/year.listevents/2017/7/29/-
Also see attached screenshot.
Thanks,
Eddie
Links must have discernible text
Impact: serious
Learn more
Element location
a[data-original-title="Next"]
Element source
<a class="hasTooltip" title="" href="#" onclick="document.adminForm.limitstart.value=20; Joomla.submitform();return false;" data-original-title="Next"> <span class="icon-step-forward icon-next"></span> </a>
To solve this violation, you need to:
Fix at least one (1) of these issues:
Element does not have 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"
And
Fix the following:
Element is in tab order and does not have accessible text
The issue is being triggered by the two double arrows within the pagination toolbar under the event list. The arrows to advance one page and to go to the end cause this error. (The arrows pointing to the left, to go back one page or to the beginning, do not cause this error).
This occurs with JEvents 3.4.50 and the FlatPlus layout (version 3.4.15) on Joomla! 3.9.10
Example: https://www.cinemastudies.rutgers.edu/news-a-events/year.listevents/2017/7/29/-
Also see attached screenshot.
Thanks,
Eddie