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
Isn't it best practice to use <button> instead of <li> as the clickable elements for tabs. If this library is focused on accessibility then why isn't it following best practices?
The text was updated successfully, but these errors were encountered:
I just had an accessibility review performed on a page using this library. This issue was called out. Replacing or even nesting with a button would solve the problem. Unfortunately I don't see any way to alter the <Tab> component either to make it work correctly.
Isn't it best practice to use
<button>
instead of<li>
as the clickable elements for tabs. If this library is focused on accessibility then why isn't it following best practices?The text was updated successfully, but these errors were encountered: