Correcting Web Accessibility Problems in Navigation Menus
The W3C provides detailed instructions for creating accessible menus which we have summarized below along with providing some code examples for improving the accessibility of your menus: Verify that the menu is marked up using list markup (ul and li). If a link to the current page is included in the menu, ensure that it…


