Is Javascript's tabIndex property cross-browser?

依然范特西╮ 提交于 2019-12-12 11:08:17

问题


I had a problem, and this answer solved it. It uses the property tabIndex.

Is this property cross-browser? Which browsers support it?

Normally I would use Google for this, but oddly, nothing about this (except w3schools) appeared in my search query, and w3schools is terrible and doesn't show which browser versions are supported, only which browsers. MDN doesn't say anything about it either.


回答1:


tabIndex is so old, it has been standard since the earliest versions of browsers. In fact, it might even have been a part of the first ever HTML spec, although I can't say that for certain.

Basically, the reason you can't find compatibility tables is because everything supports it.



来源:https://stackoverflow.com/questions/17716678/is-javascripts-tabindex-property-cross-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!