You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says the list item in the pagination with the ellipsis ('...') needs to be in a separator role, but changing a list item role to a separator is not allowed, so it gets flagged as invalid markup in tools like the axe automated a11y tests.
Can we change the technical docs to stop recommending that? And what would be an appropriate alternative?
The text was updated successfully, but these errors were encountered:
I've created a PR in the WebCore Design System to just rely on the ellipsis character to convey the information we want to screen reader users. https://github.com/bbc/web/pull/17618
The GEL Technical Docs recommend the following markup for the pagination:
https://bbc.github.io/gel/components/load-more/#the-pagination-component
It says the list item in the pagination with the ellipsis ('...') needs to be in a
separator
role, but changing a list item role to a separator is not allowed, so it gets flagged as invalid markup in tools like the axe automated a11y tests.Can we change the technical docs to stop recommending that? And what would be an appropriate alternative?
The text was updated successfully, but these errors were encountered: