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
Hello,
it seems that the datatbles paginator might not be full accesible to screen reader users. Indeed, there is no information on the current page and the links are not being recognized as a navigation tools.
Here is a fully accessible example of pagination/
I have also seen title used instead of aria-label but I don't know which is best.
The role of the nav seems to be optional as some example do not make use of it.
Some example used title or aria-label to indicate the current page, however it may cause issues with screen reader configured in any languages other than English. Thus, using aria-current seems to be the best option.
I know bootstrap datatable do not provide this functionality. It has led me to think that it might be a lot of work to implement for such a small issue.
I didn't have the time to answer the question about accessibility tools before the issue was closed last time.
I mostly chrome embedded accessibility audit function and firefox add-on https://wave.webaim.org/.
As for free screen reader I use orca on linux and nvda on windows.
Thank you for your hard work
The text was updated successfully, but these errors were encountered:
Hello,
it seems that the datatbles paginator might not be full accesible to screen reader users. Indeed, there is no information on the current page and the links are not being recognized as a navigation tools.
Here is a fully accessible example of pagination/
I have also seen title used instead of aria-label but I don't know which is best.
The role of the nav seems to be optional as some example do not make use of it.
Some example used title or aria-label to indicate the current page, however it may cause issues with screen reader configured in any languages other than English. Thus, using aria-current seems to be the best option.
I know bootstrap datatable do not provide this functionality. It has led me to think that it might be a lot of work to implement for such a small issue.
I didn't have the time to answer the question about accessibility tools before the issue was closed last time.
I mostly chrome embedded accessibility audit function and firefox add-on https://wave.webaim.org/.
As for free screen reader I use orca on linux and nvda on windows.
Thank you for your hard work
The text was updated successfully, but these errors were encountered: