It recently came to my attention that the agency I work for that the <button>
elements are not clickable.
The way the markup is the following:
<button><a href="javascript:void(0)"Text</a></button>
It works fine in all other browsers, but buggy ol' FireFox isn't getting along with it.
Here's the link to the page we discovered it on, try clicking on either in FireFox, and also Chrome. See how it's supposed to behave, but isn't in FF.