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