Closed (fixed)
Project:
Editoria11y Accessibility Checker
Version:
3.0.0-beta1
Component:
Bugs
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2026 at 05:46 UTC
Updated:
8 Mar 2026 at 21:35 UTC
Jump to comment: Most recent

Comments
Comment #2
itmaybejj commentedIs there an aria-label or hidden text for that link that provides a machine-readable word to speak ("Number")? Otherwise this is a real WCAG 2.4.4 failure which should not be dismissable, as "#" is not a character screen readers speak; it is treated as an empty space. I suspect that is the case, because that test checks for ARIA and hidden text before throwing.
Is this custom code or the Glossary module? If not we should report this as an issue.
That said -- two thoughts:
Comment #3
sirclickalot@itmaybejj
This is actually the output if the Search API AZ Glossary module.
(https://www.drupal.org/project/search_api_glossary)
The markup for each of the list items in the list is:
Comment #4
itmaybejj commentedOk yup that's a real bug. I've added an issue to that queue.
I'll leave this open for the other half of the issue -- rewriting my tooltip or splitting the text.
On your site, if you are not able to fix the problem and just want to suppress the alert temporarily, you could add a selector for
.glossaryazto Editoria11y's config list of selectors for elements to ignore. I wouldn't.Comment #6
itmaybejj commentedRewriting my tip for now; will revisit if Adam and I decide to split the test.