1. The label “Select XX entries per page” are repeated across multiple tables and are not unique. Also, the pagination links have the same issue. On pages with multiple CSV tables this is a problem. We should use the table name from the authoring component in an aria-labelledby attribute so these are unique. (A11Y0000412) 2. Add a skip link for each CSV table that has links so that users. Keyboard users need to be able to bypass the table to reach table navigation (“Skip to table footer”). This should operate in a similar way to other hidden skip links that we have on the page. (A11Y0000375) 3. Change search filter so that there is a “Search” button and don’t filter results as users type. There is an option in code to do this I think but it hides all results until the search is done. We want the default to show the “Search” button and to show the table rows not hide them. (A11Y0000344) 4. For the CSV download, we should not show the filename on the screen. Change it to “Download table data as CSV” and add aria to the link with “ for [table name]”. 5. Limit rows to display to either 5, 10, or 15. Default is 5. Change existing paragraphs that have higher limits to 15. 6. Remove role attribute from pagination buttons.