CSS ime-mode Property Reference

The CSS ime-mode property is a obsolete property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

CSS ime-mode Property Reference

The CSS ime-mode property is a obsolete property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

ime-mode overview

The CSS ime-mode property is a obsolete property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

ime-mode formal syntax
FieldValue
Formal syntaxauto | normal | active | inactive | disabled
Initial valueauto
Applies totextFields
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediainteractive
Specification groupCSS Basic User Interface
StatusObsolete

Practical examples

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

ime-mode live example
CSS .reset-example { ime-mode: initial; } .inherit-example { ime-mode: inherit; } @supports (ime-mode: initial) { .supported { ime-mode: initial; } }

Description

The CSS ime-mode property is a obsolete property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: ime-mode
  2. MDN: CSS Properties Reference

Similar or alternative tools

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