CSS ime-mode Property

Description

The ime-mode property controls the state of the input method editor for text fields.

The ime-mode property has been deprecated or is no longer in any CSS working groups.

Initial value
auto
Applies to
Text fields
Inherited
No
Computed value
As specified
Animatable
No
JavaScript syntax
object.style.imeMode

Syntax

ime-mode: auto | normal | active | inactive | disabled | inherit

Values

  • autoNo change is made to the current input method editor state. This is the default.
  • normalThe IME state should be normal; this value can be used in a user style sheet to override the page setting.
  • activeThe input method editor is initially active; text entry is performed using it unless the user specifically dismisses it.
  • inactiveThe input method editor is initially inactive, but the user may activate it if they wish.
  • disabledThe input method editor is disabled and may not be activated by the user.

Example

.class {
   ime-mode: normal;
}

Browser Support

The following table will show you the current browser support for the CSS ime-mode property.

Desktop
Edge Chrome Firefox Opera Safari
?????
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
??????