Specifies whether or not the element has input focus.
Platform Support
| IE | Netscape | Mozilla | Opera | Safari | no | 6.0+ | no | no | no |
|---|
Values
| inherit | Inherit the value from the parent element. |
| auto | Use the default user-input behavior. |
| none | Element is neither enabled or disabled for user input. |
| enabled | Element is enabled for user input. |
| disabled | Element is disabled for user input. |
Remarks
Proprietary Mozilla property.
