In IE, Firefox, Chrome and most Windows-based interfaces that I\'ve used, the Tab key can be used to navigate from one form field or hyperlink to the nex
Actually this is a bug, according to the spec (see below) anchors ( elements) are supposed to accept the tabindex property, and a tabindex of 0 should make it focusable in the order the elements appear in the document.