Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCAG compliance issue #34

Open
allterrain opened this issue Oct 14, 2023 · 0 comments
Open

WCAG compliance issue #34

allterrain opened this issue Oct 14, 2023 · 0 comments

Comments

@allterrain
Copy link

allterrain commented Oct 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant