Skip to content

WCAG compliance issue #34

@allterrain

Description

@allterrain

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions