You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you again for this fantastic library.
I am once again trying to make the navigation experience as accessible as possible. I received some feedback that our menu toggle button does not receive the appropriate :focus halo when tabbing through the page on mobile. A sighted user navigating our site with the keyboard can't see when the hamburger menu is active, so they don't know when they can use the spacebar to open the menu to see items within.
Some quick research shows that label is not a focusable element, but there are some recommendations on how to get the label to respond to a nearby input on stack exchange.
We're going to give this a try. If it works, would you be open to making a similar change to the library in a future release?
The text was updated successfully, but these errors were encountered:
Hello and thank you again for this fantastic library.
I am once again trying to make the navigation experience as accessible as possible. I received some feedback that our menu toggle button does not receive the appropriate
:focus
halo when tabbing through the page on mobile. A sighted user navigating our site with the keyboard can't see when the hamburger menu is active, so they don't know when they can use the spacebar to open the menu to see items within.I can see this problem on https://www.smartmenus.org also.
Some quick research shows that
label
is not a focusable element, but there are some recommendations on how to get the label to respond to a nearby input on stack exchange.We're going to give this a try. If it works, would you be open to making a similar change to the library in a future release?
The text was updated successfully, but these errors were encountered: