2.1.1.6 ime-mode
imeMode of type DOMString,
read/write
Sets or retrieves the state of an Input Method Editor (IME).
The default value for this attribute is auto
where IME is not affected. The other three states are active,
inactive, and disabled.
In disabled state, the user cannot activate the
IME.
|
ime-mode |
|
|---|---|
|
Value: |
auto | active | inactive | disabled |
|
Initial: |
auto |
|
Applies to: |
textarea, input type=text, input type=password, input type=search, contenteditable elements |
|
Inherited: |
no |
|
Percentages: |
N/A |
|
Media: | |
|
Computed value: |
As specified |
Values have the following meanings:
auto
Default. IME is not affected.
active
All characters are entered through the IME. Users can still deactivate the IME.
inactive
All characters are entered without the IME.
disabled
IME is completely disabled. Users cannot activate the IME if the control has focus.