supertokens-core
                                
                                 supertokens-core copied to clipboard
                                
                                    supertokens-core copied to clipboard
                            
                            
                            
                        Links not accessible (a11y)
🐛 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