HTML <button> autocomplete 属性
该属性用在 <button>
上还未标准化,是 Fireofx 特有的。不像其它浏览器,Firefox默认在页面跳转时,会保留 button 的动态禁用状态(Firefox persists the dynamic disabled state)。设置该属性为 off
(即 autocomplete="off"
)可以关闭此特性。参见 bug 654072。
实例
设置 autocomplete="off"
的按钮
<button type="button" autocomplete="off">
按钮
</button>
语法
<button autocomplete="on|off">
属性值
可选值有:
-
on
:暂无特殊含义。 -
off
:表示关闭 Firefox 的动态禁用特性。
桌面浏览器兼容性
特性 | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
autocomplate 属性 |
1.0 | (支持) | 1.0 (1.7 或更早) | (支持) | (支持) | (支持) |
移动浏览器兼容性
特性 | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
autocomplate 属性 |
(支持) | (支持) | 1.0 (1.0) | (支持) | (支持) | (支持) |