When scanning our website for ADA compliancy - https://landprollc.us/, the menu items that have child items are failing. The report says:
Elements that behave as buttons but are built using other tags such as span, div, a or others, should include a "role" attribute that equals to "button".
Failed Elements:
<a href="#" onclick="dodajAktywne(this)" >About<span class="parent-indicator j51-inline-icon" aria-hidden="true"><svg aria-hidden="true" focusable="false" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" vi...
<a href="#" onclick="dodajAktywne(this)" >Services<span class="parent-indicator j51-inline-icon" aria-hidden="true"><svg aria-hidden="true" focusable="false" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg"...
<a href="#" onclick="dodajAktywne(this)" >Seminar<span class="parent-indicator j51-inline-icon" aria-hidden="true"><svg aria-hidden="true" focusable="false" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" ...
<a href="#" onclick="dodajAktywne(this)" >Media<span class="parent-indicator j51-inline-icon" aria-hidden="true"><svg aria-hidden="true" focusable="false" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" vi...
These menu items have role="img". I think this should be role="menuitem". Can this be fixed in the templates? Also, can you tell me what file I would need to modify to make this change in the meantime? We are using the Emani template.