In what order are elements with a tabindex value of 0 focused when the web page is tabbed?
tabindex
The HTML specification states:
Elements that have identical tabindex values should be navigated in the order they appear in the character stream.