- Issue created by @toddwalden
- Merge request !94tb_megamenu-3481553/3481553-role-not-removed: removed role from uls. β (Open) created by sourabhsisodia_
Per the comment in this resolved issue https://www.drupal.org/project/tb_megamenu/issues/3192235#comment-13963908 β - aren't the list roles on menu uls supposed to be removed? They still exist, and because their parent list items don't have a role, accessibility tools are marking the mega menu as out of compliance per: https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/proposed/
Check markup: role="list"
still exists on the ul tags.
Remove $vars['attributes']['role'] = 'list';
from subnav, submenu, and nav functions.
Active
3.0
Code
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.