Unable to expand mobile hamburger menu with keyboard
LaserLag opened this issue · 2 comments
LaserLag commented
Pressing ENTER or SPACEBAR does not expand the hamburger menu. This issue is also referenced here: https://wordpress.org/support/topic/aria-support-for-mobile-menu/
I see that it may work for screen reader software but OCR in their auditing requires the website be fully navigable with keyboard-only users in the web browser without any extra software.
LaserLag commented
I was able to make the mobile menu open on ENTER or SPACEBAR by changing this section under \themes\Divi\functions.php from
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
to
<button class="mobile_menu_bar mobile_menu_bar_toggle"></button>