It seems that we are having issue with the top menus dropdowns where the external links that eqauls '0'. We are having numerous issues with ADA complientcy. Below are some of the errors
Requirement: Menu items that have a dropdown menu include an "aria-haspopup" attribute that equals to "true".
Code snapshots of some failed elements
<a href="#" >About</a>
<a href="#" >Departments</a>
<a href="#" >Programs</a>
<a href="#" >More Info</a>
Requirement: Menu items that have a dropdown menu include an "aria-expanded" attribute that equals to "false" that changes to "true" and back when opening or closing the dropdown.
Code snapshots of some failed elements
<a href="#" >About</a>
<a href="#" >Departments</a>
<a href="#" >Programs</a>
<a href="#" >More Info</a>
Requirement: 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".
Code snapshots of some failed elements
<a href="#" >About</a>
<a href="#" >Departments</a>
<a href="#" >Programs</a>
<a href="#" >More Info</a>
Any help would be greatly apprciated.
Thanks!