Search code examples
htmltabindex

Where do tabindex="0" HTML elements end up in the tabbing order?


In what order are elements with a tabindex value of 0 focused when the web page is tabbed?


Solution

  • The HTML specification states:

    Elements that have identical tabindex values should be navigated in the order they appear in the character stream.