window属性:onfocus
onfocus属性
该onfocus属性返回当前元素的onFocus事件处理程序代码。
onfocus属性语法
element.onfocus = event handling code
笔记
当用户将焦点放在给定元素上时将引发focus事件。
为了在非输入元素上触发onfocus,它们必须被赋予tabindex属性。
与MSIE相反,几乎所有类型的元素都会收到focus事件,但Gecko浏览器上几乎所有类型的元素都不适用于此事件。
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 该规范中的'onfocus'的定义。 | Living Standard |
浏览器兼容性
我们正在将兼容性数据转换为机器可读的JSON格式。
- 电脑端
特征 | Chrome | Firefox(Gecko) | Internet Explorer | Opera | Safari(WebKit) |
---|---|---|---|---|---|
基本支持 | 支持 | ? | ? | ? | ? |
- 移动端
特征 | Android | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|---|
基本支持 | ? | ? | ? | ? | ? | ? | ? | ? |