How to allow keyboard focus of links in Firefox?
问题 Go to this ultra-simple fiddle in a Webkit browser and click on on of the inputs: http://jsfiddle.net/eK4TT/ <input type="text"> <input type="text"> <input type="text"> <a href="#">my first link</a> <a href="#">my second link</a> <a href="#">my third link</a> Then, notice that you can keyboard navigate through both the inputs and the links using the Tab key (and Shift + Tab to navigate in reverse order). Now, look at the same fiddle in Firefox on Mac OS and do the same thing. The inputs