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.
Description
relates to elastic/kibana#214104
Currently
EuiPaginationuses the samearia-labelfor it'snav(code) andul(code) elements due to spreading the props tonav. This results in a duplicated output in screen readers.We should instead limit the
aria-labelto thenavelement or check if we need to support a standalonearia-labelfornavandul.