非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。
-ms-ime-align
CSS
特性为
Microsoft extension
aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11.
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.
| 初始值 |
auto
|
|---|---|
| 适用于 | 所有元素 |
| 继承 | no |
| 计算值 | 如指定 |
| 动画类型 | discrete |
/* Keyword values */ -ms-ime-align: auto; -ms-ime-align: after;
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).
auto | after
Not part of any specification.