supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

Links not accessible (a11y)

Open filipjnc opened this issue 3 years ago • 0 comments

🐛 Bug Report

All the links in the UI are not accessible.

Useful informations

I recommend switching to for links, as most accessibility is achieved out of the box with it. Following is the bare minimum if you want to continue with div/span elements:

  • Link markup (role="link")
  • Keyboard-focusable
  • Keyboard activation
  • Focus order (tabindex=0)
  • Focus indicator

filipjnc avatar Jul 24 '22 22:07 filipjnc