We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
traverseReadingOrder()
683
sandi.js
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 line683
in thesandi.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:
The text was updated successfully, but these errors were encountered: