https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42233
--- Comment #1 from Laura Escamilla <[email protected]> --- Created attachment 196683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196683&action=edit Bug 42233: Add accessible text to empty purchase suggestions table header The first header cell in the OPAC purchase suggestions table contains only an icon, leaving the <th> without accessible text. This causes the column header to be announced unclearly by assistive technology and can be flagged by accessibility testing as an empty table header. Add visually hidden text to the header so the column has a meaningful accessible name while preserving the current visual display. Test plan: 1. Log in to the OPAC 2. Make a purchase suggestion 3. In the suggestions table, the first <th> contains no text 4. Apply the patch 5. Repeat steps 1-2 6. Inspect the suggestions table header 7. Confirm the first <th> now contains visually hidden text describing the checkbox selection column 8. Confirm the info icon still appears and its tooltip still works 9. Run an accessibility checker or inspect the DOM and confirm the empty table header issue is resolved -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
