I get tired of the dotted box that appears when you click a tags...so that I started replacing them with p tags...and adding an event listener for click events.
I can't help but notice that other popular sites don't do this ( for example when you click Post Your Question on SO the annoying dotted box appears )
Is there any good reason not to replace a tags by p tags. I don't need any of the special a tag properties...in fact I have to use preventDefault() in my JavaScript to stop them from linking some times.
Is it O.K to pretty much eliminate the A tag?
This is a question regarding major modern browsers.
I'm about to rid myself of them...and am paranoid I'm missing something as I see them still in use pretty much everywhere.
<a>tag? – Robert Harvey♦ Jul 15 '12 at 21:44<a>is stayed in HTML5 for a reason. – Derek 朕會功夫 Jul 15 '12 at 21:44outline: none;– Derek 朕會功夫 Jul 15 '12 at 21:45