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
<a id="dropdownMenuButton" class="toolbar-platform-chooser__button" aria-expanded="false"> doesn’t end up focusable, I think due to having neither href nor tabIndex=0, so the dropdown menu isn’t reachable by keyboard. Many thanks to "@bathos whitespace" for reporting the issue on Polymer Slack Channel.
The text was updated successfully, but these errors were encountered:
<a id="dropdownMenuButton" class="toolbar-platform-chooser__button" aria-expanded="false">
doesn’t end up focusable, I think due to having neither href nor tabIndex=0, so the dropdown menu isn’t reachable by keyboard. Many thanks to "@bathos whitespace" for reporting the issue on Polymer Slack Channel.The text was updated successfully, but these errors were encountered: