We use software called DubBot to scan our websites. This software gives us the article in question when scanning, so we can be ADA compliant. It pulled up the Mega Menu with a critical error.
You can't see all of this from the screenshot attached, but this is the issue:
Element Location:
.tbm-item--has-dropdown.level-1[aria-level="1"]:nth-child(1) > .tbm-link-container > .tbm-toggle.no-link.level-1
Element Source:
Search & Collections
After doing so much research, we found that many aria instances are having problems.
We found a resolution we hope to apply to the module.
In the tb-megamenu-tem.html.twig we updated two areas. First was the li instance it had a problem with. We added {% set attributes = attributes.removeAttribute('aria-expanded') %} above
Please let me know if we can add these changes to the next version update. Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| Ariaissue.jpg | 245.98 KB | adalcsusm |
Comments
Comment #2
adalcsusm commentedComment #3
avpaderno