JavaScript
Removing the Dotted Outline from Focused Links
Jun 16th
Have you ever noticed the dotted outline that appears around links as you click on them? That is an accessibility feature for people who can’t use the mouse for whatever reason. It is supposed to show where the current focus is when you use the TAB key to move through a document, and does a fantastic job.

But why does it appear when you are using the mouse to click on a link?

