-ms-ime-align property

Aligns the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active.

IE11

 

Syntax

-ms-ime-align: auto | after

Property values

  • auto
    Initial value. The IME may align the candidate window in any manner.

  • after
    The IME should attempt to align the candidate window below the element (in left-to-right and right-to-left layouts).

CSS information

Applies To All elements
Media visual
Inherited false
Initial Value auto

Remarks

IME candidate lists are positioned on the screen with sufficient size to allow basic text input. In some cases, the IME may enforce a reasonable minimum size.

In the case of -ms-ime-align: after, an IME might adjust the candidate window and keyboard input behavior to provide a better user experience, such as using a horizontal candidate list and allowing some keys to be sent to the app for suggestion list navigation.

See also

CSSStyleDeclaration

candidatewindowhide

candidatewindowshow

candidatewindowupdate

msGetInputContext

MSInputMethodContext