Should aria-current="page" be used for a client-side table pagination component?
Should aria-current="page" be used for a client-side table pagination component? Problem Description: It is my understanding that aria-current="page" should be used for a set of links when the link is for the current page. How does this relate to a table pagination component, where clicking the link does not navigate to a new page, but … Read more