Library Catalogue - OPAC 1/ Perform a search 2/ Add some items from the resultant search results to your basket 3/ View your basket When attempting to navigate the form controls displayed on the ‘Your basket’ page out of context, the forms within the table are presented as: “ SelecTitle: activate to sort column descending TitleAuthor: activate to sort column ascending AuthorYear: activate to sort column ascending YearLocation (Status) Select Ancient law Maine, Henry James Sumner House of Commens Library Reserve locat table” This means that screen reader users are unable to access the form controls out of context. The aria-label is over-riding the text of the table header. Solution: Ensure tables are marked up in a way that is accessible to screen reader users. An example of how to mark-up sortable columns can be found at: https://dequeuniversity.com/library/aria/tables/sf-table-sortable
This is another one I can't replicate, I've tried a few screen readers and they all appear to cope well with the markup added by datatables and our forms.. tabbing through column headings announces the hearing title followed by the sorter.. Continueing to navigate the from announces both the presence of a checkbox and what it selects.
I think maybe this is just saying that aria-label and content of th should be matching?
I can't replicate this bug exactly either but it sounds like a similar issue to bug 28142