Note:
- the issue Elements should not have tabindex greater than zero was listed by axe DevTools as "Serious".
- the issue is present on both - desktop and mobile
Steps:
- On CreateAccount page, use tab to navigate through the form text fields
- You notice that all text fields (Username, Password, Confirm password, Email address) will be skipped
Running axe DevTools check flags 5 occurrences of Elements should not have tabindex greater than zero error
Element Location: #wpName2 <input id="wpName2" name="wpName" size="20" placeholder="Enter your username" class="mw-createacct-username cdx-text-input__input" tabindex="1" required="" autocomplete="username">
