本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

-moz-user-input

Specifies whether or not the element has input focus.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
no6.0+nonono

Values

inheritInherit the value from the parent element.
autoUse the default user-input behavior.
noneElement is neither enabled or disabled for user input.
enabledElement is enabled for user input.
disabledElement is disabled for user input.

Remarks

Proprietary Mozilla property.

Related