Reputation: 11
How to remove default tabindex to the browser url?
Upvotes: 1
Views: 1541
Reputation: 897
There’s no way you can remove tabbing order. You can redefine it, adding the tabindex
property to elements, setting numeric values on them. The lower the value the earlier the element gets focus.
Upvotes: 0