You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had an ADA audit of our website. One issue found was the pagination links created by this plugin don't provide accurate information about where it redirects to the user.
To resolve, ensure that the purpose of each link can be determined from the link text alone for example: "Page 1", "Page 2", "Next Page", etc. Currently the link text reads "1", "2", etc.
Can also use an aria-label or aria-labelledby attribute to provide proper context to each link.
If the title attribute is implemented, make sure the text is complementary instead of a duplicate of the link text.
Only use ARIA when you can't fix the issue with HTML.
We had an ADA audit of our website. One issue found was the pagination links created by this plugin don't provide accurate information about where it redirects to the user.
To resolve, ensure that the purpose of each link can be determined from the link text alone for example: "Page 1", "Page 2", "Next Page", etc. Currently the link text reads "1", "2", etc.
Can also use an aria-label or aria-labelledby attribute to provide proper context to each link.
If the title attribute is implemented, make sure the text is complementary instead of a duplicate of the link text.
Only use ARIA when you can't fix the issue with HTML.
Resources
Providing link text that describes the purpose of a link for anchor elements:
https://www.w3.org/WAI/WCAG21/Techniques/html/H30
The text was updated successfully, but these errors were encountered: