Keyboard-Only Focus
with tags: #Practical #Accessibility #Bugs #CSS #HTML
After playing a lot with HTML & CSS, I present you with a very robust and practical solution to one of the most annoying problems: keyboard-only focus on interactive elements. All thanks to tabindex
in HTML and almost to no CSS.