Remove tabindex
How to remove default tabindex to the browser url?
There is no way to control the tab index for the address bar.
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.
精彩评论