https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42230 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Before the patch, inspecting the HTML source: ... <div class="dt-search"> <input type="search" class="dt-input" id="dt-search-0" placeholder="Search" aria-controls="checkoutst"> <label for="dt-search-0"></label> </div> ... 2. After the patch: ... <div class="dt-search"> updated - now has text --> <label for="dt-search-0">Search:</label> <input type="search" class="dt-input" id="dt-search-0" placeholder="Search" aria-controls="checkoutst"> </div> 3. Note: axe DevTools and Lighthouse did not flag an issue for this (but there are other issues). -- You are receiving this mail because: You are watching all bug changes.