CSS -moz-user-input Property Reference

The CSS -moz-user-input property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -moz-user-input Property Reference

The CSS -moz-user-input property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-moz-user-input overview

The CSS -moz-user-input property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-moz-user-input formal syntax
FieldValue
Formal syntaxauto | none | enabled | disabled
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -moz-user-input. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-moz-user-input live example
CSS .reset-example { -moz-user-input: initial; } .inherit-example { -moz-user-input: inherit; } @supports (-moz-user-input: initial) { .supported { -moz-user-input: initial; } }

Description

The CSS -moz-user-input property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -moz-user-input
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies