Our website uses the pattern in this example from w3.org for icon links that do not have visible text.
The ANDI tool is skipping over valid links like these in the traverseReadingOrder() function on line 683 in the sandi.js file.
code for search icon:
<a class="mainlink_a" href="/search_e" class="search_clickify"><i class="fa-solid fa-magnifying-glass" role="img" aria-label="Search"></i></a>
screenshot of reading order where search is skipped:
