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
This is an alternative to #204 since that approach seems quite invasive.
Adding a role attribute could have the same benefit of using a <button> element, and would improve the current state of things significantly without requiring a rewrite.
I'm noticing that when using the split menu functionality, the +/- button is not keyboard accessible. We could add tabindex="0" to fix that, right? Is that similar to what this ticket is trying to achieve?
This is an alternative to #204 since that approach seems quite invasive.
Adding a
role
attribute could have the same benefit of using a<button>
element, and would improve the current state of things significantly without requiring a rewrite.We do still need to find a way to move the span outside the anchor tag, but I'll leave that for a follow-up.
The text was updated successfully, but these errors were encountered: