1. Dummy link A link that should normally receive focus, has been removed from the tab order by the tabindex='-1' code
  2. Dummy link This link is in the tab order naturally, with no tabindex code
  3. A div that should NOT normally receive focus, was inserted into tab order using tabindex='0' code
  4. Dummy link This link is tabbed second, no matter where it is, as it has the tabindex='2' code
  5. Dummy link This link is tabbed third, as it has the third highest code here: tabindex='10000'
  6. Dummy link This link, despite appearing in the last list item, is tabbed first, as it has the tabindex='1' code