I am in the process of creating a series of divs that can be navigated by the user using the tab key. I would like to incorporate the standard orange focus outline for these elements.
Is there anyone who can provide guidance on how to achieve this? I understand that it involves the outline property, but I'm uncertain about the color to use or if it would be more effective to utilize a box shadow with some blur for a similar result.
Additionally, just as a note, I am utilizing dojo and steering clear of jquery - although I hope to find a pure CSS solution :)