Skip to content

[EuiPagination][A11y] Prevent duplicate aria-label #8521

@mgadewoll

Description

@mgadewoll

Description

relates to elastic/kibana#214104

Currently EuiPagination uses the same aria-label for it's nav (code) and ul (code) elements due to spreading the props to nav. This results in a duplicated output in screen readers.

We should instead limit the aria-label to the nav element or check if we need to support a standalone aria-label for nav and ul.

Metadata

Metadata

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions