删除选项卡索引

发布于 2024-08-12 15:32:53 字数 32 浏览 3 评论 0原文

如何删除浏览器 URL 的默认 tabindex?

How to remove default tabindex to the browser url?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青春有你 2024-08-19 15:32:53

无法控制地址栏的选项卡索引。

There is no way to control the tab index for the address bar.

海之角 2024-08-19 15:32:53

您无法删除 Tab 键顺序。您可以重新定义它,将 tabindex 属性添加到元素,并为其设置数值。值越低,元素越早获得焦点。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文