- Issue created by @Liam Morland
- Status changed to Needs review
about 1 year ago 2:36pm 12 March 2024
The "Pagination" nav
elements are labelled both by a hidden header and an aria-label
attribute. They should only have one and since it is hidden, it would be best for it to be the attribute. Removing the header also fixes accessibility errors related to skipped heading levels or improper nesting of headers.
Remove the headers and the aria-labelledby
attributes that refer to them.
Implement.
None. (Currently, aria-label
is ignored because aria-labelledby
is present.)
None.
None.
Needs review
4.0
Code