What are some of your favorite methods for creating an accessible menu?
Kevin Leary posted a snippet to add aria-expanded tags in 2018. I love the simplicity of it. He describes what we’re doing here: This is the recommended approach for “fly-out (or drop-down) menus” provided by the w3.org, more on fly-out menu accessibility can be read on their site directly. function my_nav_menu_link_attributes( $atts, $item, $args ) … Read more