Skip to content

Invalid aria-hidden attribute in PaginationControl #400

Description

@jrauh01

createNextPageItem() and createPreviousPageItem() both create a list item with 'aria-hidden' => true which renders as <li aria-hidden></li> and does not affect screen readers. It has to be 'aria-hidden' => 'true' which renders as <li aria-hidden="true"></li>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions