Open anevins12 opened 3 years ago
@anevins12: Here's how I am defining list items presently:
`
I have updated index.html
as described in the above comment, i.e., I have removed the child <a>
tags. This required some tweaks to the JavaScript but it is all working fine now.
Should list items inside the main navigation menu have role of none?
As the
<ul>
element is being repurposed using a role of menu, should the semantic role of the list item elements also be removed? Otherwise users of AT would hear 'list item' unexpectedly and that could be confusing. More info: https://www.w3.org/TR/wai-aria-practices/#presentation_role