哪些浏览器支持 document.activeElement?
哪些网络浏览器/版本支持 document.activeElement
?
此属性可让您查看哪个元素处于活动状态/具有焦点。
实现之间是否存在主要问题/差异?
Which web browsers / versions have support for document.activeElement
?
This property lets you see which element is active / has focus.
Are there any main gotchas/difference between implementations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
document.activeElement 支持 IE6+、FF3+、Safari 4+、Opera 9+、Chrome 9+。 (FF2、Saf3不支持该属性)
document.activeElement is supported by IE6+, FF3+, Safari 4+, Opera 9+, Chrome 9+. (FF2, Saf3 don't support this property)
它仍然无法在 xhtml 页面 中基于 WebKit 的浏览器上运行
请参阅https://bugs.webkit.org/show_bug.cgi?id=63922
It still doesn't work on WebKit based browsers in xhtml page
see https://bugs.webkit.org/show_bug.cgi?id=63922