html – 为什么Tabindex不能使用Firefox?

前端之家收集整理的这篇文章主要介绍了html – 为什么Tabindex不能使用Firefox?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图使用tabindex文本输入属性来允许用户在此页面上的字段之间进行标签https://seatgeek.com/login/.除了Firefox之外,所有浏览器(甚至在IE中都可以)完美地运行.我使用的是Firefox 3.6.10.

解决方法

与此类似,我发现这是在Firefox / Mac上解决

How to get Firefox/Mac to recognize tab index

The solution lies not in Firefox,but in the Mac OS X preferences.

Apple Menu > System Preferences > Keyboard and Mouse > Keyboard Shortcuts

and under “Full Keyboard Access” choose “All controls”.

原文链接:https://www.f2er.com/html/231278.html

猜你在找的HTML相关文章