Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,这个答案解决了它。它使用属性tabIndex。
tabIndex
这个属性是跨浏览器的吗?哪些浏览器支持它?
通常我会为此使用谷歌,但奇怪的是,我的搜索查询中没有出现任何关于此的内容(除了 w3schools) ,而且 w3schools 很糟糕,不显示支持哪些浏览器版本,只显示哪些浏览器。MDN 也没有对此发表任何评论。
tabIndex太老了,从最早的浏览器版本开始就已经是标准了。事实上,它甚至可能是第一个 HTML 规范的一部分,尽管我不能肯定地说。
基本上,您找不到兼容性表的原因是因为一切都支持它。